summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-25 09:42:25 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-25 09:42:25 +0100
commit4bf37e0eb5add7e9750aedf10a739d1f899ce470 (patch)
treefa652aed640b90bcd2fba3a9a89380fee8eeef6a /run-bootstrap-in-chroot
parent73e8bed080a2f5e19266646f306296c68637e8d0 (diff)
downloadmorph-4bf37e0eb5add7e9750aedf10a739d1f899ce470.tar.gz
bootstrap: don't install newer tar
This somehow just sits there chewing CPU. It was included to allow for extracting tarballs to NFS, which the stable version of GNU tar has problems with. We don't do this any more, so it should be safe to use the standard debian squeeze tar.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 34a4ff82..7752a667 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -146,7 +146,7 @@ deb http://roadtrain.codethink.co.uk/debrock/ squeeze main
EOF
"./do-squeeze-chroot" apt-get update
"./do-squeeze-chroot" apt-get install --allow-unauthenticated \
- --no-remove --yes tar python-cliapp
+ --no-remove --yes python-cliapp
if "$snapshot"
then