diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debootstrap | 2 |
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 |