Imported 2.814

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2023-03-21 02:48:17 +00:00
parent aa85b9d763
commit 7870e3937d
3 changed files with 12 additions and 4 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.814) lunar; urgency=medium
* Adjust journald settings for live-server for compatibility with Subiquity.
With a move to core22 we can turn zstd back on, but the new compact flag
needs to be off. (LP: #2006985)
-- Dan Bungert <daniel.bungert@canonical.com> Mon, 20 Mar 2023 15:00:52 -0600
livecd-rootfs (2.813) lunar; urgency=medium
[ Łukasz 'sil2100' Zemczak ]

View File

@ -1,4 +0,0 @@
# 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 23.04+ uses a newer "compact" format by default which is not
# understood by the systemd libraries from jammy used in the subiquity snap.
[Service]
Environment="SYSTEMD_JOURNAL_COMPACT=0"