golden hour
/lib/dracut/modules.d/35network-manager
⬆️ Go Up
Upload
File/Folder
Size
Actions
initrd-no-auto-default.conf
54 B
Del
OK
module-setup.sh
2.67 KB
Del
OK
nm-config.sh
1.06 KB
Del
OK
nm-initrd.service
1.05 KB
Del
OK
nm-lib.sh
1.19 KB
Del
OK
nm-run.sh
2.18 KB
Del
OK
nm-wait-online-initrd.service
349 B
Del
OK
Edit: nm-initrd.service
[Unit] DefaultDependencies=no Wants=systemd-udev-trigger.service After=systemd-udev-trigger.service After=dracut-cmdline.service After=dbus.service Wants=network.target Before=network.target ConditionPathExists=/run/NetworkManager/initrd/neednet ConditionPathExistsGlob=|/usr/lib/NetworkManager/system-connections/* ConditionPathExistsGlob=|/run/NetworkManager/system-connections/* ConditionPathExistsGlob=|/etc/NetworkManager/system-connections/* ConditionPathExistsGlob=|/etc/sysconfig/network-scripts/ifcfg-* [Service] Type=dbus BusName=org.freedesktop.NetworkManager ExecReload=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ExecStart=/usr/sbin/NetworkManager --debug KillMode=process # The following gets changed to StandardOutput=tty by nm-config.sh # when debug is enabled and a usable console is found. StandardOutput=null Environment=NM_CONFIG_ENABLE_TAG=initrd Restart=on-failure ProtectSystem=true ProtectHome=read-only [Install] WantedBy=initrd.target Also=nm-wait-online-initrd.service
Save