have different dists
[camarabuntu.git] / bin / run-cd.sh
blobed8f947ee56267dead57e59d12735fd5dc1a7128
1 #! /bin/bash
3 ./bin/setup-kqemu.sh
5 if [[ ! -f hda.qcow ]] ; then
6 echo "Creating the harddrive image file"
7 qemu-img create -f qcow2 hda.qcow 10G
8 fi
9 sudo qemu -cdrom $* -hda hda.qcow -m 256 -boot d -monitor stdio