nbde: fix this with proper fixes

My last commit wasn't correct. It turns out we still need to:
a) drop the dracut made bogus "Wired Connection". We do this in
nbde_client-network-flush by removing the default connection file.
b) We also need to tell NetworkManager to not make 'Wired Connection 43'
for any non configured interfaces. We only want to use the ones we
configure and not any of the others that may or may not have link.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-16 18:19:34 -07:00
parent c4c7c0963f
commit 1c792cf8c1
2 changed files with 12 additions and 7 deletions

View file

@ -1,3 +0,0 @@
# nbde_client dracut config
kernel_cmdline="ip=dhcp"
omit_dracutmodules+=" ifcfg "