summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-20 18:48:06 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-20 18:48:06 (GMT)
commit6323bda36c9bf70765ef925d7c2e542b6a0e97f0 (patch)
tree27a3b0a99def493b31858350a73bce4d6af7541b
parentc18971abe29b0fd594daeff3d26a553d73717dc4 (diff)
downloaddebootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.zip
debootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.tar.gz
debootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.tar.bz2
* Document --keyring and --make-tarball. (Closes: #368988)
r47572
-rw-r--r--debian/changelog1
-rw-r--r--debootstrap.811
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e188d31..340b107 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ debootstrap (0.4.0) UNRELEASED; urgency=low
* Add devices created by fd to devices-std.tar.gz, so that
/dev/std{in,out,err} is available conveniently in chroots with /proc and
/dev/pts mounted (thanks, Matthias Klose).
+ * Document --keyring and --make-tarball. (Closes: #368988)
[ Joey Hess ]
* Remove the entended package description (aka bloat) from the udeb.
diff --git a/debootstrap.8 b/debootstrap.8
index 868f8b2..9a93635 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -63,6 +63,11 @@ The default, with no \fB\-\-variant=X\fP argument, is to create a base
Debian installation in
.IR TARGET .
.IP
+.IP "\fB\-\-keyring=KEYRING\fP"
+Download signatures for retrieved Release files and check them against
+.IR KEYRING .
+By default, Release file signatures are not checked.
+.IP
.IP "\fB\-\-verbose\fP"
Produce more info about downloading.
.IP
@@ -92,6 +97,12 @@ installation.
.IP "\fB\-\-unpack\-tarball FILE\fP"
Acquire .debs from tarball FILE instead of downloading via http
.IP
+.IP "\fB\-\-make\-tarball FILE\fP"
+Instead of bootstrapping, make a tarball (written to FILE) of the downloaded
+packages.
+The resulting tarball may be passed to a later
+.BR \-\-unpack\-tarball .
+.IP
.IP "\fB\-\-boot\-floppies\fP"
Used for internal purposes by boot-floppies
.IP