From: Daan De Meyer Date: Mon, 15 May 2023 12:09:08 +0000 (+0200) Subject: mkosi: Always pull in network-online.target X-Git-Tag: v254-rc1~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c49d012c105370d3f8882c49d5943c042947f6;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index ec0f690d4e8..bc74113c778 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -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