diff options
Diffstat (limited to 'units/systemd-firstboot.service')
-rw-r--r-- | units/systemd-firstboot.service | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service index 70bc67e1d6..2e57b064c1 100644 --- a/units/systemd-firstboot.service +++ b/units/systemd-firstboot.service @@ -29,12 +29,10 @@ StandardError=tty # Optionally, pick up basic fields from credentials passed to the service # manager. This is useful for importing this data from nspawn's # --set-credential= switch. -# FIXME: temporarily disabled as it causes asserts on v247/v248, see: -# https://github.com/systemd/systemd/issues/19178 -#LoadCredential=passwd.hashed-password.root -#LoadCredential=passwd.plaintext-password.root -#LoadCredential=passwd.shell.root -#LoadCredential=firstboot.locale -#LoadCredential=firstboot.locale-messages -#LoadCredential=firstboot.keymap -#LoadCredential=firstboot.timezone +LoadCredential=passwd.hashed-password.root +LoadCredential=passwd.plaintext-password.root +LoadCredential=passwd.shell.root +LoadCredential=firstboot.locale +LoadCredential=firstboot.locale-messages +LoadCredential=firstboot.keymap +LoadCredential=firstboot.timezone |