diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 05:34:07 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 08:04:16 -0400 |
commit | bced199d944b6ab69e2dcebf53bdae48a7b326f7 (patch) | |
tree | 7528d23cef6ae0c69c07bde8cd0e804eb327344a | |
parent | 887ec6f8229dbe17f2274bfc2fd503e1497f54a3 (diff) |
use debian-live-standard instead of -gnome-desktop
-rwxr-xr-x | qemu.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | |||
3 | # img=debian-live-8.4.0-amd64-gnome-desktop.iso | ||
4 | img=debian-live-8.4.0-amd64-standard.iso | ||
2 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us -net \ | 5 | sudo qemu-system-x86_64 -enable-kvm -smp 2 -m 640 -k en-us -net \ |
3 | nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no,downscript=no \ | 6 | nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap0,script=no,downscript=no \ |
4 | -vga qxl -rtc base=localtime -cdrom \ | 7 | -vga qxl -rtc base=localtime -cdrom \ |
5 | debian-live-8.4.0-amd64-gnome-desktop.iso -boot d -hda \ | 8 | "$img" -hda "${img%.iso}.disk" -boot n |
6 | debian-live-8.4.0-amd64-gnome-desktop.disk | ||