From 81bf2e609099e7223a58ad9179facdc0576ff1ae Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 23 Sep 2014 00:31:10 -0300 Subject: [PATCH] Use lxc-create for building wheezy base boxes as it seems that the downloaded container is having some trouble with apt repositories --- common/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/download.sh b/common/download.sh index f20b4d1..d0e59d3 100755 --- a/common/download.sh +++ b/common/download.sh @@ -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}