Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion test/TEST-41-FULL-SYSTEMD/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading