[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#932284: installation-guide: Update docs for apt-setup/localX/key preseeding config



Source: installation-guide
Severity: normal

apt-setup 1:0.151 slightly changed the implementation of how Secure
Apt keys are preseeded for local repositories.

Attached patch updates the existing documentation to reflect that.

Cheers,
        Moritz
diff -aur installation-guide-20190622.orig/en/appendix/preseed.xml installation-guide-20190622/en/appendix/preseed.xml
--- installation-guide-20190622.orig/en/appendix/preseed.xml	2019-06-22 19:29:15.000000000 +0200
+++ installation-guide-20190622/en/appendix/preseed.xml	2019-07-17 10:14:40.883831669 +0200
@@ -1395,8 +1395,12 @@
 #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
Nur in installation-guide-20190622/en/appendix: preseed.xml~.

Reply to: