diff --git a/test/TEST-41-FULL-SYSTEMD/test.sh b/test/TEST-41-FULL-SYSTEMD/test.sh index 87a46b5c4..d54c4f2d9 100755 --- a/test/TEST-41-FULL-SYSTEMD/test.sh +++ b/test/TEST-41-FULL-SYSTEMD/test.sh @@ -60,7 +60,11 @@ test_setup() { local dracut_modules="resume systemd-udevd systemd-journald systemd-tmpfiles systemd-cryptsetup systemd-emergency systemd-ac-power systemd-coredump systemd-creds systemd-integritysetup systemd-ldconfig systemd-pstore systemd-repart systemd-sysext systemd-sysusers-service systemd-veritysetup systemd-hostnamed systemd-timedated" if [ -f /usr/lib/systemd/systemd-networkd ]; then - dracut_modules="$dracut_modules systemd-network-management" + dracut_modules="$dracut_modules systemd-networkd systemd-resolved" + fi + + if [ -f /usr/lib/systemd/systemd-timesyncd ]; then + dracut_modules="$dracut_modules systemd-timesyncd" fi if [ -f /usr/lib/systemd/systemd-battery-check ]; then