summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
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 /debootstrap.8
parentc18971abe29b0fd594daeff3d26a553d73717dc4 (diff)
downloaddebootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.zip
debootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.tar.gz
debootstrap-6323bda36c9bf70765ef925d7c2e542b6a0e97f0.tar.bz2
* Document --keyring and --make-tarball. (Closes: #368988)
r47572
Diffstat (limited to 'debootstrap.8')
-rw-r--r--debootstrap.811
1 files changed, 11 insertions, 0 deletions
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