From b2559a88953ca03e726989f26b69c9a6d8a61157 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 28 Oct 2010 16:57:21 +0200 Subject: [PATCH] TEST-50-MULTINIC/test.sh: only set hdc for no cdrom --- test/TEST-50-MULTINIC/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.3