diff options
author | Joey Hess <joeyh@debian.org> | 2007-02-16 21:10:40 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2007-02-16 21:10:40 +0000 |
commit | 791a410bf429a064b33679be02b6aae4aad58449 (patch) | |
tree | 397900dc7fa3cc15a9d43f22a23840200b1e317c /en | |
parent | 6083d0bc1a8906917ebd77f3345641555fbfabcf (diff) | |
download | installation-guide-791a410bf429a064b33679be02b6aae4aad58449.zip |
* Document debian-installer/allow_unauthenticated.
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 5 | ||||
-rw-r--r-- | en/boot-installer/parameters.xml | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a8c8ce180..a5b9db3bf 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1048,6 +1048,11 @@ earlier questions. You can optionally add other (local) repositories. # apt will complain about the unauthenticated repository and so the # sources.list line will be left commented out #d-i apt-setup/local0/key string http://local.server/key + +# By default the installer requires that repositories be authenticated +# using a known gpg key. This setting can be used to disable that +# authentication. Warning: Insecure, not recommended. +#d-i debian-installer/allow_unauthenticated string true </screen></informalexample> </sect2> diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 2ac351051..54f19bbbb 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -362,6 +362,18 @@ installation. </para></listitem> </varlistentry> +<varlistentry> +<term>debian-installer/allow_unauthenticated</term> +<listitem><para> + +By default the installer requires that repositories be authenticated +using a known gpg key. Set to <userinput>true</userinput> to +disable that authentication. +<emphasis role="bold">Warning: Insecure, not recommended.</emphasis> + +</para></listitem> +</varlistentry> + <varlistentry arch="alpha;m68k;mips;mipsel"> <term>ramdisk_size</term> <listitem><para> |