From: Lennart Poettering Date: Thu, 11 Mar 2021 10:47:15 +0000 (+0100) Subject: units: make sure to query console settings before we apply them X-Git-Tag: v249-rc1~507^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361662f4341b5dc02e53feceb9518d5b85b549e9;p=thirdparty%2Fsystemd.git units: make sure to query console settings before we apply them --- diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service index 2fea88384f6..d7f445ef359 100644 --- a/units/systemd-firstboot.service +++ b/units/systemd-firstboot.service @@ -13,7 +13,7 @@ Documentation=man:systemd-firstboot(1) DefaultDependencies=no Conflicts=shutdown.target After=systemd-remount-fs.service -Before=systemd-sysusers.service sysinit.target first-boot-complete.target shutdown.target +Before=systemd-sysusers.service systemd-vconsole-setup.service sysinit.target first-boot-complete.target shutdown.target Wants=first-boot-complete.target ConditionPathIsReadWrite=/etc ConditionFirstBoot=yes