summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-15 11:05:52 (GMT)
committerColin Watson <cjwatson@debian.org>2008-01-15 11:05:52 (GMT)
commit3af8fe83f41a58c932ac243ff6a44f1299523bdc (patch)
treeda04ed9980315618b7146cc51b456b0a95feef4c /scripts
parentcef7f9fc85975ae12737562566d2b75d918adb6c (diff)
downloaddebootstrap-3af8fe83f41a58c932ac243ff6a44f1299523bdc.zip
debootstrap-3af8fe83f41a58c932ac243ff6a44f1299523bdc.tar.gz
debootstrap-3af8fe83f41a58c932ac243ff6a44f1299523bdc.tar.bz2
* Add minbase variant for Ubuntu gutsy/hardy; see Anthony's change above.
r50881
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubuntu/gutsy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ubuntu/gutsy b/scripts/ubuntu/gutsy
index 6c70ba1..9bd08dc 100644
--- a/scripts/ubuntu/gutsy
+++ b/scripts/ubuntu/gutsy
@@ -9,7 +9,7 @@ esac
mirror_style release
download_style apt
finddebs_style from-indices
-variants - buildd fakechroot
+variants - buildd fakechroot minbase
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
@@ -27,7 +27,7 @@ work_out_debs () {
base="$(get_debs Priority: important)"
elif doing_variant buildd; then
base="$(get_debs Build-Essential: yes)"
- elif doing_variant fakechroot; then
+ elif doing_variant fakechroot || doing_variant minbase; then
base="apt"
fi
}