summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-02 19:06:04 (GMT)
committerJoey Hess <joey@kitenet.net>2011-07-02 19:06:04 (GMT)
commit5d86e1d558144aa4a065bc8a12b6f48cfc916c74 (patch)
tree546c9dad59279e9866e8877c5e8cf771e44678f6
parent4698a6c5c4fce826878bd2572f15b68b6e48ec05 (diff)
downloaddebootstrap-5d86e1d558144aa4a065bc8a12b6f48cfc916c74.zip
debootstrap-5d86e1d558144aa4a065bc8a12b6f48cfc916c74.tar.gz
debootstrap-5d86e1d558144aa4a065bc8a12b6f48cfc916c74.tar.bz2
Mention minbase variant in --help. Closes: #632418
-rw-r--r--debian/changelog6
-rwxr-xr-xdebootstrap2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f80dda6..2ae7521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debootstrap (1.0.33) UNRELEASED; urgency=low
+
+ * Mention minbase variant in --help. Closes: #632418
+
+ -- Joey Hess <joeyh@debian.org> Sat, 02 Jul 2011 15:05:18 -0400
+
debootstrap (1.0.32) unstable; urgency=low
* Use md5sums for woody and potato, which only had those checksums
diff --git a/debootstrap b/debootstrap
index 6542efa..eaa3e6c 100755
--- a/debootstrap
+++ b/debootstrap
@@ -96,7 +96,7 @@ usage()
archive
--variant=X use variant X of the bootstrap scripts
(currently supported variants: buildd, fakechroot,
- scratchbox)
+ scratchbox, minbase)
--keyring=K check Release files against keyring K
--no-check-gpg avoid checking Release file signatures
--no-resolve-deps don't try to resolve dependencies automatically