summaryrefslogtreecommitdiff
path: root/qemu.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-19 01:12:48 -0400
committerAndrew Cady <d@jerkface.net>2016-04-19 01:12:48 -0400
commit887ec6f8229dbe17f2274bfc2fd503e1497f54a3 (patch)
tree0bfe983181fba2571a4615e7829d37748aa330e8 /qemu.sh
parent6a86171eb5b4facc1ad65f20b93dbbf04a484a70 (diff)
tell qemu where to find the iso
Diffstat (limited to 'qemu.sh')
-rwxr-xr-xqemu.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/qemu.sh b/qemu.sh
index bd2e959..25b0266 100755
--- a/qemu.sh
+++ b/qemu.sh
@@ -1,5 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2sudo qemu-system-x86_64 -enable-kvm -smp 2 -m \ 2sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us -net \
3 640 -k en-us -net nic,vlan=0,model=virtio -net \ 3 nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no,downscript=no \
4 tap,vlan=0,ifname=tap0,script=no,downscript=no -vga qxl -rtc \ 4 -vga qxl -rtc base=localtime -cdrom \
5 base=localtime -hda debian-live-8.4.0-amd64-gnome-desktop.disk -boot n 5 debian-live-8.4.0-amd64-gnome-desktop.iso -boot d -hda \
6 debian-live-8.4.0-amd64-gnome-desktop.disk