summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-15 16:33:41 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-15 16:33:41 +0000
commitb574e357509f553b5ea4a5261398827a7cdeb40a (patch)
tree06919fc13330fc33b7e8166cfb86befd77d5bcf5 /run-bootstrap-in-chroot
parentf873fb71ccd2ec143485a98dbe12fcde8d822705 (diff)
downloadmorph-b574e357509f553b5ea4a5261398827a7cdeb40a.tar.gz
Make bootstrap use the new Baserock apt repository instead of code.liw.fi
This is only needed for the backport tar package, for the bootstrap.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot6
1 files changed, 2 insertions, 4 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 4db6f165..6c736b4d 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -98,8 +98,6 @@ then
echo You have to set DEBIAN_MIRROR and other environment variables 1>&2
exit 1
fi
-#DEBIAN_MIRROR="http://192.168.1.185/debian"
-#LFS_MIRROR=http://192.168.1.185/lfs/
# prepare the ccache directory in the chroot, if necessary
if [ "x$CCACHE_HOST_DIR" = "x" ]; then
@@ -127,10 +125,10 @@ squeeze "$dir" "$DEBIAN_MIRROR"
# We need a backport of tar 1.26. On ARM, older versions (possibly
# prior to 1.25) have a bug unpacking things onto an NFS filesystem.
- # code.liw.fi has the backport, so we'll add that to apt's sources.list
+ # We have a custom apt repository, so we'll add that to apt's sources.list
# and install tar manually.
cat <<EOF >> "$dir/etc/apt/sources.list"
-deb http://code.liw.fi/debian squeeze main
+deb http://roadtrain.codethink.co.uk/debrock/ squeeze main
EOF
./do-squeeze-chroot apt-get update
./do-squeeze-chroot apt-get install --allow-unauthenticated tar