diff options
author | Harald Hoyer <harald@redhat.com> | 2009-06-19 08:47:01 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-06-19 09:29:16 +0200 |
commit | e58de60f3c2c061f2aef8e421245539bedf7878f (patch) | |
tree | 21f4e2127ffca743679f633debaf1cc5ab03c5d8 /test/TEST-30-ISCSI | |
parent | 1cd0c90eab849dee0f2d718419e41c4618823279 (diff) | |
download | dracut-e58de60f3c2c061f2aef8e421245539bedf7878f.tar.gz dracut-e58de60f3c2c061f2aef8e421245539bedf7878f.tar.bz2 dracut-e58de60f3c2c061f2aef8e421245539bedf7878f.zip |
uncomment hard-off for TEST-30-ISCSI
Diffstat (limited to 'test/TEST-30-ISCSI')
-rwxr-xr-x | test/TEST-30-ISCSI/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 3fd6bd35..134ee736 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -3,7 +3,7 @@ TEST_DESCRIPTION="root filesystem over iSCSI" KVERSION=${KVERSION-$(uname -r)} -#DEBUGFAIL="rdinitdebug rdnetdebug udevinfo" +#DEBUGFAIL="rdinitdebug rdnetdebug rdudevinfo" run_server() { # Start server first @@ -110,7 +110,7 @@ test_setup() { initdir=overlay . $basedir/dracut-functions dracut_install poweroff shutdown -# inst_simple ./hard-off.sh /emergency/01hard-off.sh + inst_simple ./hard-off.sh /emergency/01hard-off.sh # inst ./cryptroot-ask /sbin/cryptroot-ask ) # -m "debug dash crypt lvm mdraid udev-rules base rootfs-block iscsi" \ |