@@ -182,9 +182,9 fi | |||||
182 |
|
182 | |||
183 | # Base debootstrap (unpack only) |
|
183 | # Base debootstrap (unpack only) | |
184 | if [ "$ENABLE_MINBASE" = true ] ; then |
|
184 | if [ "$ENABLE_MINBASE" = true ] ; then | |
185 |
debootstrap --arch=armhf --variant=minbase --foreign --include=${APT_INCLUDES} $RELEASE $R |
|
185 | http_proxy=${APT_PROXY} debootstrap --arch=armhf --variant=minbase --foreign --include=${APT_INCLUDES} $RELEASE $R http://${APT_SERVER}/debian | |
186 | else |
|
186 | else | |
187 |
debootstrap --arch=armhf --foreign --include=${APT_INCLUDES} $RELEASE $R |
|
187 | http_proxy=${APT_PROXY} debootstrap --arch=armhf --foreign --include=${APT_INCLUDES} $RELEASE $R http://${APT_SERVER}/debian | |
188 | fi |
|
188 | fi | |
189 |
|
189 | |||
190 | # Copy qemu emulator binary to chroot |
|
190 | # Copy qemu emulator binary to chroot |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant