Disable compression and "hash table hardening" for journald in the live installer environment as these features make the journal unreadable using the systemd libraries from 20.04 that are included in the subiquity snap.
parent
54044a17a6
commit
b2094f0319
@ -0,0 +1,4 @@
|
||||
# systemd in 22.04+ uses zstd compression by default, which is not understood
|
||||
# by the systemd libraries from focal used in the subiquity snap.
|
||||
[Journal]
|
||||
Compress=false
|
@ -0,0 +1,4 @@
|
||||
# systemd in 22.04+ uses "hash table hardening" by default which is not
|
||||
# understood by the systemd libraries from focal used in the subiquity snap.
|
||||
[Service]
|
||||
Environment="SYSTEMD_JOURNAL_KEYED_HASH=0"
|
Loading…
Reference in new issue