diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 01:12:48 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 01:12:48 -0400 |
commit | 887ec6f8229dbe17f2274bfc2fd503e1497f54a3 (patch) | |
tree | 0bfe983181fba2571a4615e7829d37748aa330e8 /qemu.sh | |
parent | 6a86171eb5b4facc1ad65f20b93dbbf04a484a70 (diff) |
tell qemu where to find the iso
Diffstat (limited to 'qemu.sh')
-rwxr-xr-x | qemu.sh | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m \ | 2 | sudo 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 | ||