mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Always pull in network-online.target
Let's always pull this in so that we always activate systemd-networkd-wait-online for extra coverage.
This commit is contained in:
parent
1fb59099f6
commit
78c49d012c
@ -36,3 +36,6 @@ KernelCommandLineExtra=systemd.crash_shell
|
||||
SYSTEMD_SULOGIN_FORCE=1
|
||||
# Make sure /sysroot is mounted rw in the initrd.
|
||||
rw
|
||||
# Make sure we pull in network related units even if nothing else depends on the
|
||||
# network to be online.
|
||||
systemd.wants=network-online.target
|
||||
|
Loading…
Reference in New Issue
Block a user