#!/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