Imported 2.753

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-02-03 01:59:22 +00:00
parent 9ec43ee45e
commit 4ce8bd3e08
3 changed files with 17 additions and 0 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
livecd-rootfs (2.753) jammy; urgency=medium
* 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. (LP: #1953744)
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 02 Feb 2022 22:43:20 +1300
livecd-rootfs (2.752) jammy; urgency=medium
* Remove references to archive.canonical.com, which is no longer used and

View File

@ -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

View File

@ -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"