create vm based on cloud image

This commit is contained in:
j 2017-03-17 01:21:24 +01:00
commit 9970fcd0ef
5 changed files with 44 additions and 112 deletions

View file

@ -2,10 +2,11 @@ Create virtual disk of pan.do/ra
== Preparations ==
Pan.do/ra VM scripts use vmdebootstrap 0.9 or later
You also need qemu to run the vm and virtualbox to convert the image
Pan.do/ra VM are based on cloud images.
You also qemu to run the vm and virtualbox to convert the image
apt-get install vmdebootstrap virtualbox qemu
apt-get install vmdebootstrap virtualbox qemu qemu-utils
apt-get install kvm cloud-utils
== Building ==
@ -16,11 +17,6 @@ You can configure some of the arguments in build.sh once done run:
this will create a vdi image in pandora-r{REVISON}.vdi
If you have a local apt-cacher instance export MIRROR:
export MIRROR="--mirror http://<LOCAL IP>:3142/archive.ubuntu.com/ubuntu/ --configure-apt"
./build.sh
== VirtualBox Usage ==