5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
cat <<EOF > /etc/NetworkManager/conf.d/80-anaconda-no-ibft.conf
|
|
[main]
|
|
plugins+=no-ibft
|
|
EOF
|