From: Daan De Meyer Date: Mon, 6 May 2024 12:44:43 +0000 (+0200) Subject: mkosi: Configure coredump to store coredumps in the journal. X-Git-Tag: v256-rc2~96^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32664%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Configure coredump to store coredumps in the journal. Makes it easier to debug coredumps that happen in CI as we can retrieve them via the journal. --- diff --git a/mkosi.images/system/mkosi.extra/usr/lib/systemd/coredump.conf b/mkosi.images/system/mkosi.extra/usr/lib/systemd/coredump.conf new file mode 100644 index 00000000000..cde9785d28e --- /dev/null +++ b/mkosi.images/system/mkosi.extra/usr/lib/systemd/coredump.conf @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Coredump] +Storage=journal