summaryrefslogtreecommitdiff
path: root/en/appendix/preseed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r--en/appendix/preseed.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index e0b73d8fa..75192f472 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1395,8 +1395,12 @@ earlier questions. You can optionally add other (local) repositories.
#d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository; you must provide a key or
# apt will complain about the unauthenticated repository and so the
-# sources.list line will be left commented out
+# sources.list line will be left commented out.
#d-i apt-setup/local0/key string http://local.server/key
+# If the provided key file ends in ".asc" the key file needs to be an
+# ASCII-armoured PGP key, if it ends in ".gpg" it needs to use the
+# "GPG key public keyring" format, the "keybox database" format is
+# currently not supported
# By default the installer requires that repositories be authenticated
# using a known gpg key. This setting can be used to disable that