mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
Decouple from a specific initrd generator (dracut) the systemd services that provide networking in the initrd using NM, thus allowing other systemd-based initrd generators to take advantage of it. These new services are: - `NetworkManager-config-initrd.service`: it starts very early at boot, parses the kernel command line using `nm-initrd-generator` and sets the `/run/NetworkManager/initrd/neednet` flag to activate the other initrd services, and also sets the hostname if needed. - `NetworkManager-initrd.service`: it basically does the same job as the `NetworkManager.service`, but in the initrd. - `NetworkManager-wait-online-initrd.service`: ordered before `network-online.target`, it will allow other services that require networking to delay their start until NM has finished. |
||
|---|---|---|
| .. | ||
| 84-nm-drivers.rules | ||
| 85-nm-unmanaged.rules | ||
| 90-nm-thunderbolt.rules | ||
| meson.build | ||
| NetworkManager-config-initrd.service.in | ||
| NetworkManager-dispatcher.service.in | ||
| NetworkManager-initrd.service.in | ||
| NetworkManager-ovs.conf | ||
| NetworkManager-wait-online-initrd.service.in | ||
| NetworkManager-wait-online.service.in | ||
| NetworkManager.service.in | ||
| nm-priv-helper.service.in | ||
| nm-shared.xml | ||
| org.freedesktop.NetworkManager.policy.in.in | ||
| server.conf.in | ||