aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-before-debootstrap-instructions/ubuntu-12.10-amd64-nc/startvm.sh
blob: 4c63c5e5b7cadfa00c66b4542a63bcc98ec63fe9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

exec kvm -name "Ubuntu 12.10 amd64 nc install" \
    -m 2048 -smp 1 -cpu kvm64 \
    -hda hda.raw \
    -net nic,vlan=0,model=virtio \
    -net user,vlan=0 \
    -vga std \
    -cdrom mini.iso -boot cd