summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorAnthony Towns <ajt@debian.org>2007-12-07 09:23:29 (GMT)
committerAnthony Towns <ajt@debian.org>2007-12-07 09:23:29 (GMT)
commit9e367bef2b53694c417a7c7d96bbde347aa8b7fd (patch)
tree0e6f924993f6ca65f51ee394f587629f608cf3bc /debootstrap
parent9fb668b43be46493044428e3c310d37649b4506f (diff)
downloaddebootstrap-9e367bef2b53694c417a7c7d96bbde347aa8b7fd.zip
debootstrap-9e367bef2b53694c417a7c7d96bbde347aa8b7fd.tar.gz
debootstrap-9e367bef2b53694c417a7c7d96bbde347aa8b7fd.tar.bz2
* Add minbase variant for the sid script that only install apt (and
its dependencies) instead of all of base. (Closes: Bug#351912, Bug#452654) * Make --second-stage not bother recalculating required and base when it's not needed. r50373
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index d7edcbf..8872a60 100755
--- a/debootstrap
+++ b/debootstrap
@@ -141,7 +141,7 @@ if [ $# != 0 ] ; then
shift
;;
--second-stage)
- WHAT_TO_DO="finddebs second_stage"
+ WHAT_TO_DO="second_stage"
SECOND_STAGE_ONLY=true
shift
;;