scripts to build a ubuntu qcow2 root image for kvm

This commit is contained in:
Jeffrey Paul
2014-01-28 00:58:04 +01:00
parent 937ac1d09f
commit 3c9e5fe87c
4 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
default: gen
gen:
vagrant destroy -f
vagrant up
sync:
rsync -avP ./make.sh root@nue1d0.datavibe.net:/storage/buildimage/make.sh