Skip to content
Snippets Groups Projects
Commit ed00be4b authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Merge branch 'proxy-cache_debootstrap' into 'master'

Complete proxy cache for debootsrap, full speed ahead!

See merge request !5
parents bc9091a0 45fbe4eb
No related branches found
No related tags found
1 merge request!5Complete proxy cache for debootsrap, full speed ahead!
......@@ -224,6 +224,10 @@ DELETE_CHROOT $CHROOT
mkdir $CHROOT
#[ $i18n = "false" ] && mount -t tmpfs none -o size=2500M $CHROOT
mount -t tmpfs none -o size=16000M $CHROOT
#use proxy only if proxy variable is set
[ -n "$PROXY_FULL_ADDRESS" ] && \
export http_proxy=$PROXY_FULL_ADDRESS
debootstrap --arch=$ARCH $CODENAME $CHROOT $MIRROR
echo exit 101 > $CHROOT/usr/sbin/policy-rc.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment