From 94cfe623f20940a21297429bb35b0243027af0ca Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Wed, 14 Aug 2019 20:01:24 +0200 Subject: Update docs for apt-setup/localX/key preseeding config --- en/appendix/preseed.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3