From: Daniel Molkentin Date: Tue, 29 Aug 2017 06:46:07 +0000 (+0200) Subject: Enable core dumps with systemd from initrd X-Git-Tag: 047~105^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F274%2Fhead;p=thirdparty%2Fdracut.git Enable core dumps with systemd from initrd systemd sets /proc/sys/kernel/core_pattern to use systemd-coredump. However, systemd-coredump is missing from initrd, making dumping the core in initrd impossible by default. Reference: bsc#1054809 --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 5da22a93b..23d39bbe9 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -33,6 +33,7 @@ install() { inst_multiple -o \ $systemdutildir/systemd \ + $systemdutildir/systemd-coredump \ $systemdutildir/systemd-cgroups-agent \ $systemdutildir/systemd-shutdown \ $systemdutildir/systemd-reply-password \