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

exec kvm -name "Ubuntu users install" \
    -m 2048 -smp 1 -cpu kvm64 \
    -hda hda.qcow2 \
    -net nic,vlan=0,model=virtio \
    -net user,vlan=0 \
    -vga std \
    -cdrom *.iso -boot cd