mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
sysusers/firstboot: temporarily disable LoadCredential
Single-param LoadCredential= in units causes systemd v247/v248 to assert when parsing. Disable it for now, until the fix is merged in the stable trees, released and available (eg: in Debian for the CI) See: https://github.com/systemd/systemd/issues/19178
This commit is contained in:
parent
f3e58b55de
commit
7c20dd4b6e
@ -29,10 +29,12 @@ 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.
|
||||
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
|
||||
# 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
|
||||
|
@ -25,6 +25,8 @@ TimeoutSec=90s
|
||||
# Optionally, pick up a root password and shell for the root user from a
|
||||
# credential passed to the service manager. This is useful for importing this
|
||||
# data from nspawn's --set-credential= switch.
|
||||
LoadCredential=passwd.hashed-password.root
|
||||
LoadCredential=passwd.plaintext-password.root
|
||||
LoadCredential=passwd.shell.root
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user