Skip to content

Commit

Permalink
fix(network-manager): run after dracut-cmdline
Browse files Browse the repository at this point in the history
dracut-cmdline runs `nm-config.sh`, which generates the configurations.

Also remove the now unused `nm-run.service`.
  • Loading branch information
haraldh committed Apr 22, 2021
1 parent 85eb968 commit 4d03404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
1 change: 1 addition & 0 deletions modules.d/35network-manager/nm-initrd.service
Expand Up @@ -2,6 +2,7 @@
DefaultDependencies=no
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service
After=dracut-cmdline.service
Before=network.target
ConditionPathExists=/run/NetworkManager/initrd/neednet
ConditionPathExistsGlob=|/usr/lib/NetworkManager/system-connections/*
Expand Down
35 changes: 0 additions & 35 deletions modules.d/35network-manager/nm-run.service

This file was deleted.

0 comments on commit 4d03404

Please sign in to comment.