diff options
author | Harald Hoyer <harald@redhat.com> | 2012-07-17 18:05:39 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-17 18:05:39 +0200 |
commit | a01cf5d7829a3b836eba1906836fecb3314391fe (patch) | |
tree | ad364c557f5d5f98bf9342d8810a1ab565ed2261 /test | |
parent | 7292a59593b4ea8c9a661578f567520ba88cf754 (diff) | |
download | dracut-a01cf5d7829a3b836eba1906836fecb3314391fe.tar.gz dracut-a01cf5d7829a3b836eba1906836fecb3314391fe.tar.bz2 dracut-a01cf5d7829a3b836eba1906836fecb3314391fe.zip |
test/TEST-04-FULL-SYSTEMD: add systemd to modules
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-04-FULL-SYSTEMD/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index 9a679a71..da1a9a93 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -261,7 +261,7 @@ EOF inst_simple ./99-idesymlinks.rules /etc/udev/rules.d/99-idesymlinks.rules ) sudo $basedir/dracut.sh -l -i $TESTDIR/overlay / \ - -a "debug watchdog" \ + -a "debug watchdog systemd" \ -o "network" \ -d "piix ide-gd_mod ata_piix btrfs sd_mod ib700wdt" \ -f $TESTDIR/initramfs.testing $KVERSION || return 1 |