From 1499719d2542eb937099c98c9b8618e0f3e8c3a2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 30 Aug 2017 11:39:06 +0200 Subject: [PATCH] Merge pull request #274 from danimo/system_allow_coredump Enable core dumps with systemd from initrd --- modules.d/00systemd/module-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 5da22a93..23d39bbe 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 \