/
usr
/
lib
/
dracut
/
modules.d
/
35network-manager
/
/usr/lib/dracut/modules.d/35network-manager
mkdir
upload
Name
Size
Mode
Actions
module-setup.sh
1589
0755
edit
dl
rm
nm-config.sh
212
0755
edit
dl
rm
nm-lib.sh
635
0644
edit
dl
rm
nm-run.sh
1204
0755
edit
dl
rm
Edit:
/usr/lib/dracut/modules.d/35network-manager/nm-config.sh
(212B)
#!/bin/sh type nm_generate_connections >/dev/null 2>&1 || . /lib/nm-lib.sh if [ -n "$netroot" ] || [ -e /tmp/net.ifaces ]; then echo rd.neednet >> /etc/cmdline.d/35-neednet.conf fi nm_generate_connections
Save
#!/bin/sh type nm_generate_connections >/dev/null 2>&1 || . /lib/nm-lib.sh if [ -n "$netroot" ] || [ -e /tmp/net.ifaces ]; then echo rd.neednet >> /etc/cmdline.d/35-neednet.conf fi nm_generate_connections