Use lxc-create for building wheezy base boxes as it seems that the downloaded contain...
authorFabio Rehm <fgrehm@gmail.com>
Tue, 23 Sep 2014 03:31:10 +0000 (00:31 -0300)
committerFabio Rehm <fgrehm@gmail.com>
Tue, 23 Sep 2014 03:31:10 +0000 (00:31 -0300)
common/download.sh

index f20b4d1cbab455a2a874967b287c69cca700b0fc..d0e59d3a945a9011ed34587d48ca1d92523a0b39 100755 (executable)
@@ -30,7 +30,7 @@ if [ $RELEASE = 'raring' ]; then
   utils.lxc.create -t ubuntu -- \
                    --release ${RELEASE} \
                    --arch ${ARCH}
-elif [ $RELEASE = 'squeeze' ]; then
+elif [ $RELEASE = 'squeeze' ] || [ $RELEASE = 'wheezy' ]; then
   utils.lxc.create -t debian -- \
                    --release ${RELEASE} \
                    --arch ${ARCH}