Unify naming of base,root image settings

This commit is contained in:
Reto Buerki
2013-01-17 16:54:55 +01:00
committed by Tobias Brunner
parent aba43136c2
commit 258cbd40cf
6 changed files with 39 additions and 33 deletions
+18 -9
View File
@@ -36,16 +36,25 @@ LOGFILE=$BUILDDIR/testing.log
# Directory used for loop-mounts
LOOPDIR=$BUILDDIR/loop
# Base image settings
ROOTFSSIZE=1024
ROOTFSSUITE=wheezy
ROOTFSARCH=amd64
ROOTFS=$BUILDDIR/debian-$ROOTFSSUITE-$ROOTFSARCH.qcow2
ROOTFSMIRROR=http://cdn.debian.net/debian
ROOTFSCOMPILEDIR=$BUILDDIR/compile
# Image extension
IMGEXT=qcow2
# Path to guest images
ROOTFSDIR=$BUILDDIR/root-fs
# Base image settings
# The base image is a pristine OS installation created using debootstrap.
BASEIMGSIZE=1024
BASEIMGSUITE=wheezy
BASEIMGARCH=amd64
BASEIMG=$BUILDDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT
BASEIMGMIRROR=http://cdn.debian.net/debian
# Root image settings
# The root image is the origin of all guest images. It contains additional
# test-specific software and patches.
ROOTIMG=$BUILDDIR/root.$IMGEXT
ROOTIMGCOMPILEDIR=$BUILDDIR/compile
# Guest images settings
GUESTIMGDIR=$BUILDDIR/guest-images
# libvirt config
NBDEV=/dev/nbd0