diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 00:02:34 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 00:24:44 -0400 |
commit | 42d257bd3824bf8670ca54e7895099c60b7ea182 (patch) | |
tree | 6af880c08fe2042936bda3c2a774a8d9ca164c88 /qemu.sh | |
parent | dfc4bedbc28a698a41927d614ba80518fa97b743 (diff) |
qemu.sh
Diffstat (limited to 'qemu.sh')
-rwxr-xr-x | qemu.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh | ||
2 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m \ | ||
3 | 640 -k en-us -net nic,vlan=0,model=virtio -net \ | ||
4 | tap,vlan=0,ifname=tap0,script=no,downscript=no -vga qxl -rtc \ | ||
5 | base=localtime -hda debian-live-8.4.0-amd64-gnome-desktop.disk -boot n | ||