From 2e0eaafa9bc44b10f1ff5356056f9a600502bcd3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 18 May 2009 15:32:09 +0200 Subject: [PATCH] use multicast net for qemu --- test/test-initramfs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test-initramfs b/test/test-initramfs index dc0e837..f828307 100755 --- a/test/test-initramfs +++ b/test/test-initramfs @@ -4,8 +4,7 @@ ./dracut $DRACUTOPTS -c test/dracut.conf.test -l -f test/initramfs.testing || exit qemu-kvm -hda test/root.ext2 -m 512M -nographic \ - -net nic,macaddr=52:54:00:12:34:56 \ - -net user \ + -net nic,macaddr=52:54:00:12:34:57 -net socket,mcast=230.0.0.1:1234 \ -kernel /boot/vmlinuz-$(uname -r) \ -initrd test/initramfs.testing \ -append "root=/dev/sda rw console=ttyS0,115200n81 $APPEND" -- 2.7.4