From: Daan De Meyer Date: Thu, 13 Jul 2023 13:38:03 +0000 (+0200) Subject: mkosi: Set systemd.early_core_pattern=/core X-Git-Tag: v254-rc2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28401%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Set systemd.early_core_pattern=/core This makes sure we get pid1 coredumps during early boot. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 8fe77e8fbe1..46d89d18243 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -44,3 +44,4 @@ KernelCommandLineExtra=systemd.crash_shell apparmor=0 selinux=0 enforcing=0 + systemd.early_core_pattern=/core