aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.820
1 files changed, 19 insertions, 1 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index 478be40..a2f37c3 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -361,7 +361,7 @@ specified in a space-delimited manner, surrounded in double quotations, like:
.B """/srv /somedir /someotherdir"""
.TP
-.BI "\-\-debootstrapopts " "\-\-variant=buildd"
+.BI "\-\-debootstrapopts " "\-\-variant=buildd" " " "\-\-keyring" " " "/usr/share/keyrings/debian\-archive\-keyring.gpg"
Add extra command-line options to debootstrap.
Specify multiple options through multiple instance of this
@@ -380,6 +380,24 @@ and default is to use
.B debootstrap.
.TP
+.BI "\-\-allow\-untrusted "
+Allow untrusted (no key installed) and unsigned repositories.
+.BI Warning:
+Enabling this option may allow remote attackers to compromise the system.
+Better use signed repositories and
+.B "\-\-keyring"
+to add the key(s).
+
+.TP
+.BI "\-\-keyring " "path/to/keyring"
+Additional keyrings to use for package verification with apt, not used for
+debootstrap (use
+.B "\-\-debootstrapopts"
+). Use this to add (local) signed repositories. By default the
+debian-archive-keyring package inside the chroot is used. Can be specified
+multiple times.
+
+.TP
.BI "\-\-save\-after\-login "
.TP
.BI "\-\-save\-after\-exec "