From 3c20ac5377e930c82aaaa59516174bc45e8a93d0 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 20 Mar 2015 16:13:30 +0100 Subject: [PATCH] TEST-30-ISCSI/test.sh: add all dracut modules add all dracut modules to catch netroot conflicts and side effects like afcc697cb8c588eef68bb635f790991411209089 --- test/TEST-30-ISCSI/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index f29c49a48..31677daad 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -225,7 +225,7 @@ test_setup() { # Make server's dracut image $basedir/dracut.sh -l -i $TESTDIR/overlay / \ - -m "dash udev-rules base rootfs-block fs-lib debug kernel-modules" \ + -a "dash udev-rules base rootfs-block fs-lib debug kernel-modules" \ -d "af_packet piix ide-gd_mod ata_piix ext3 sd_mod e1000" \ --no-hostonly-cmdline -N \ -f $TESTDIR/initramfs.server $KVERSION || return 1 -- 2.47.3