6bc5671491
Apply: git diff --full-index --binary anaconda-23.19.10-1..anaconda-25.20.9-1 And resolve conflicts. QubesOS/qubes-issues#2574
6 lines
102 B
Bash
6 lines
102 B
Bash
#!/bin/sh
|
|
cat <<EOF > /etc/NetworkManager/conf.d/80-anaconda-no-ibft.conf
|
|
[main]
|
|
plugins+=no-ibft
|
|
EOF
|