Use lxc-create for building wheezy base boxes as it seems that the downloaded container is having some trouble with apt repositories
This commit is contained in:
parent
8f522c7127
commit
81bf2e6090
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue