summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-16 10:05:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-16 10:05:28 +0000
commit7b4e0bdbc1063bc988b547b16065501e0c0df734 (patch)
tree95183bd482bfe3f10e2341ca5e0820ba34d94160 /run-bootstrap-in-chroot
parent315ec6614a58a250f864e21ee86ff081cd5f6280 (diff)
downloadmorph-7b4e0bdbc1063bc988b547b16065501e0c0df734.tar.gz
bootstrap: re-add code.liw.fi for cliapp
cliapp is needed in the squeeze-chroot and it is already available from code.liw.fi, so re-add code.liw.fi to sources.list as it is not required to be in debrock
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 460e480b..4517129d 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -126,7 +126,9 @@ squeeze "$dir" "$DEBIAN_MIRROR"
# prior to 1.25) have a bug unpacking things onto an NFS filesystem.
# We have a custom apt repository, so we'll add that to apt's sources.list
# and install tar manually.
+ # cliapp comes from code.liw.fi, so that needs to be added as well
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