From 42b9f91ed7a259ecec893cd6131bb20d4c073bc0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 24 Apr 2015 16:03:05 +0200 Subject: drop useless index=0,media=disk qemu parameters --- hurd/running/debian/qemu_image.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/running/debian') diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 97af245c..af22de13 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -16,7 +16,7 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -m 512 -net nic,model=rtl8139 -net user -drive cache=writeback,index=0,media=disk,file=$(echo debian-hurd-*.img) + $ qemu -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) If you have troubles extracting the image, you can use the gz version , -- cgit v1.2.3