From: Harald Hoyer Date: Thu, 28 Oct 2010 14:57:21 +0000 (+0200) Subject: TEST-50-MULTINIC/test.sh: only set hdc for no cdrom X-Git-Tag: 008~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2559a88953ca03e726989f26b69c9a6d8a61157;p=thirdparty%2Fdracut.git TEST-50-MULTINIC/test.sh: only set hdc for no cdrom --- diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index d7e9481f9..3352a2a87 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -49,9 +49,7 @@ client_test() { -net nic,macaddr=52:54:00:12:34:$mac2,model=e1000 \ -net nic,macaddr=52:54:00:12:34:$mac3,model=e1000 \ -net socket,connect=127.0.0.1:12345 \ - -drive if=ide,index=1,media=disk \ - -drive if=ide,index=2,media=disk \ - -drive if=ide,index=3,media=disk \ + -hdc /dev/null \ -kernel /boot/vmlinuz-$KVERSION \ -append "$cmdline $DEBUGFAIL rd.retry=5 rd.debug rd.info ro quiet console=ttyS0,115200n81 selinux=0 rd.copystate" \ -initrd initramfs.testing