Create all images in $BUILDDIR/images

This commit is contained in:
Reto Buerki
2013-01-17 16:54:58 +01:00
committed by Tobias Brunner
parent 482d3ec9ff
commit 48ea1d8b0b
5 changed files with 12 additions and 14 deletions
+1
View File
@@ -27,6 +27,7 @@ load_qemu_nbd
mkdir -p $LOOPDIR
mkdir -p $ROOTIMGCOMPILEDIR
mkdir -p $IMGDIR
log_action "Creating root image $ROOTIMG"
execute "qemu-img create -b $BASEIMG -f $IMGEXT $ROOTIMG"