From: Antonio Alvarez Feijoo Date: Tue, 22 Feb 2022 14:46:25 +0000 (+0100) Subject: fix(systemd-coredump): add systemd-sysusers dependency X-Git-Tag: 057~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce82e969f8faaccbb57be178833ef4e39f01cdf9;p=thirdparty%2Fdracut.git fix(systemd-coredump): add systemd-sysusers dependency The systemd-coredump module depends on systemd-sysusers after the split of systemd sysuser configs (https://github.com/dracutdevs/dracut/commit/fec93bb22181f80056b40231fca36c422248ade0). --- diff --git a/modules.d/01systemd-coredump/module-setup.sh b/modules.d/01systemd-coredump/module-setup.sh index abb343c97..09bd1af5b 100755 --- a/modules.d/01systemd-coredump/module-setup.sh +++ b/modules.d/01systemd-coredump/module-setup.sh @@ -20,7 +20,7 @@ check() { depends() { # This module has external dependency on the systemd module. - echo systemd-journald systemd-sysctl + echo systemd-journald systemd-sysctl systemd-sysusers # Return 0 to include the dependent module(s) in the initramfs. return 0