mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-13 12:58:20 +03:00
test: fix TEST-24-CRYPTSETUP on SUSE
/etc/systemd/journald.conf.d drop-in dir already exists on SUSE. (cherry picked from commit 56a894e888002f44f3463b3188f9d5abdcca4bb0) (cherry picked from commit 10b7e0a0afc31dc6a3cc30fca3a276449a60ec7d) (cherry picked from commit d0b9feab0158b57a3eff7becf9d35d07cb8cb20b) (cherry picked from commit 58ff4df09596b725f7a654e427832e7d3829eec2) (cherry picked from commit 4764c393b711d26b865f7942a912e2e032a1d8e9)
This commit is contained in:
parent
4086fa7cac
commit
ff19528b20
@ -72,7 +72,7 @@ EOF
|
||||
|
||||
# Forward journal messages to the console, so we have something to investigate even if we fail to mount
|
||||
# the encrypted /var
|
||||
mkdir "$initdir/etc/systemd/journald.conf.d/"
|
||||
mkdir -p "$initdir/etc/systemd/journald.conf.d/"
|
||||
echo -ne "[Journal]\nForwardToConsole=yes\n" >"$initdir/etc/systemd/journald.conf.d/99-forward.conf"
|
||||
|
||||
# If $INITRD wasn't provided explicitly, generate a custom one with dm-crypt
|
||||
|
Loading…
x
Reference in New Issue
Block a user