From 887ec6f8229dbe17f2274bfc2fd503e1497f54a3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 19 Apr 2016 01:12:48 -0400 Subject: tell qemu where to find the iso --- qemu.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qemu.sh') diff --git a/qemu.sh b/qemu.sh index bd2e959..25b0266 100755 --- a/qemu.sh +++ b/qemu.sh @@ -1,5 +1,6 @@ #!/bin/sh -sudo qemu-system-x86_64 -enable-kvm -smp 2 -m \ - 640 -k en-us -net nic,vlan=0,model=virtio -net \ - tap,vlan=0,ifname=tap0,script=no,downscript=no -vga qxl -rtc \ - base=localtime -hda debian-live-8.4.0-amd64-gnome-desktop.disk -boot n +sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us -net \ + nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no,downscript=no \ + -vga qxl -rtc base=localtime -cdrom \ + debian-live-8.4.0-amd64-gnome-desktop.iso -boot d -hda \ + debian-live-8.4.0-amd64-gnome-desktop.disk -- cgit v1.2.3