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

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

index 0b43f4ce22ae5ae85fe23b6eb9c1bbcb9604bd3d..015caecffd63837cc3b5cccaeca6a26934c271fb 100755 (executable)
@@ -20,7 +20,7 @@ check() {
 depends() {
 
     # This module has external dependency on other module(s).
-    echo dbus systemd-timedated
+    echo dbus systemd-sysusers systemd-timedated
     # Return 0 to include the dependent module(s) in the initramfs.
     return 0