diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-03-11 11:47:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-03-26 12:21:11 +0100 |
commit | 361662f4341b5dc02e53feceb9518d5b85b549e9 (patch) | |
tree | ccba61d97fc602e94255a95d66cb75db4af59ad5 /units/systemd-firstboot.service | |
parent | sysusers: read passwords from the credentials logic (diff) | |
download | systemd-361662f4341b5dc02e53feceb9518d5b85b549e9.tar.xz systemd-361662f4341b5dc02e53feceb9518d5b85b549e9.zip |
units: make sure to query console settings before we apply them
Diffstat (limited to 'units/systemd-firstboot.service')
-rw-r--r-- | units/systemd-firstboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service index 2fea88384f..d7f445ef35 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 |