From: Antonio Alvarez Feijoo Date: Tue, 22 Feb 2022 14:53:09 +0000 (+0100) Subject: fix(systemd-timesyncd): add systemd-sysusers dependency X-Git-Tag: 057~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b6adcb27fb5240c01f7d41511ce02597aa27bd;p=thirdparty%2Fdracut.git fix(systemd-timesyncd): add systemd-sysusers dependency This systemd-timesyncd 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-timesyncd/module-setup.sh b/modules.d/01systemd-timesyncd/module-setup.sh index 0b43f4ce2..015caecff 100755 --- a/modules.d/01systemd-timesyncd/module-setup.sh +++ b/modules.d/01systemd-timesyncd/module-setup.sh @@ -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