summaryrefslogtreecommitdiff
path: root/qemu.sh
diff options
context:
space:
mode:
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