summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-15 09:56:30 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-15 09:56:30 +0000
commitbcac5a631fe2dfec7076af8b70692a8ef1771eb1 (patch)
treefe6840f0d3360f311a6290d0694adbeeb9521266 /run-bootstrap-in-chroot
parentc52ac6541a710fccfe91cd7d60e7c4eeebf734f1 (diff)
downloadmorph-bcac5a631fe2dfec7076af8b70692a8ef1771eb1.tar.gz
bootstrap: convert pass1 to use morph
run-bootstrap-in-chroot: add cliapp to squeeze-chroot baserock-bootstrap: * remove use of sudo, the script expects to be run with sufficient privilidges * remove multiple unused variables and functions * replace the build instructions with a call to morph with a stratum that should have all the required programs with --prefix and --toolchain-target set
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 4db6f165..008da12d 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -133,7 +133,7 @@ squeeze "$dir" "$DEBIAN_MIRROR"
deb http://code.liw.fi/debian squeeze main
EOF
./do-squeeze-chroot apt-get update
- ./do-squeeze-chroot apt-get install --allow-unauthenticated tar
+ ./do-squeeze-chroot apt-get install --allow-unauthenticated tar python-cliapp
if "$snapshot"
then