Skip to content

Commit

Permalink
Use lxc-create for building wheezy base boxes as it seems that the do…
Browse files Browse the repository at this point in the history
…wnloaded container is having some trouble with apt repositories
  • Loading branch information
fgrehm committed Sep 23, 2014
1 parent 8f522c7 commit 81bf2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 81bf2e6

Please sign in to comment.