]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-journald): add systemd-sysusers dependency
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 27 Jul 2023 09:08:49 +0000 (11:08 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 18 Nov 2023 00:56:19 +0000 (00:56 +0000)
modules.d/01systemd-journald/module-setup.sh

index dd1b3f3bf3ea5ed9999fe2fdb84827b277140f33..3cf2a1a119d55a30bf1a367831ea7514a0adcef1 100755 (executable)
@@ -19,6 +19,8 @@ check() {
 # Module dependency requirements.
 depends() {
 
+    # This module has external dependency on other module(s).
+    echo systemd-sysusers
     # Return 0 to include the dependent module(s) in the initramfs.
     return 0