summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <mmuhlenhoff@wikimedia.org>2019-08-14 20:01:24 +0200
committerHolger Wansing <hwansing@mailbox.org>2019-08-14 20:01:24 +0200
commit94cfe623f20940a21297429bb35b0243027af0ca (patch)
treea7020df097f58bc47fda774e96e424521930855f
parent13527f664ca10bad64c0387f121fc0a5305b76e5 (diff)
downloadinstallation-guide-94cfe623f20940a21297429bb35b0243027af0ca.zip
Update docs for apt-setup/localX/key preseeding config
-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