]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-coredump): add systemd-sysusers dependency
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 22 Feb 2022 14:46:25 +0000 (15:46 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 23 Feb 2022 06:19:34 +0000 (06:19 +0000)
The systemd-coredump module depends on systemd-sysusers after the split of
systemd sysuser configs (https://github.com/dracutdevs/dracut/commit/fec93bb22181f80056b40231fca36c422248ade0).

modules.d/01systemd-coredump/module-setup.sh

index abb343c97241ba01d74b8bc522b5caff5357f673..09bd1af5b2f201a8bd2b69f0003658bb7fee9636 100755 (executable)
@@ -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