summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-21 19:08:36 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-21 19:08:36 +0000
commit6a1ccb6a479b27e374fbef8b2594eef96815709f (patch)
tree1a77ca9a031d5e6e9e436e9c666480b94fc77fc5 /run-bootstrap-in-chroot
parent5cc18e76ac15d77dbf58f2c6f63117d4575d4994 (diff)
downloadmorph-6a1ccb6a479b27e374fbef8b2594eef96815709f.tar.gz
Allow apt to work even if it finds new packages to install
By default, apt will ask the user yes/no, but we want it to assume the user answered yes.
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 5f5e4eee..866e03b5 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 \
- tar python-cliapp
+ --no-remove --yes tar python-cliapp
if "$snapshot"
then