summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-02-16 21:10:40 +0000
committerJoey Hess <joeyh@debian.org>2007-02-16 21:10:40 +0000
commit791a410bf429a064b33679be02b6aae4aad58449 (patch)
tree397900dc7fa3cc15a9d43f22a23840200b1e317c /en/appendix
parent6083d0bc1a8906917ebd77f3345641555fbfabcf (diff)
downloadinstallation-guide-791a410bf429a064b33679be02b6aae4aad58449.zip
* Document debian-installer/allow_unauthenticated.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml5
1 files changed, 5 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>