##// END OF EJS Templates
proxy fix - that includes voltagex-proxy-syntax and #12
Jan Wagner -
r29:32f7bfc22238
parent child
Show More
@@ -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 ${APT_PROXY}${APT_SERVER}/debian
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 ${APT_PROXY}${APT_SERVER}/debian
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