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

2019-08-14 Thread Holger Wansing
Control: tags -1 + pending

Moritz Muehlenhoff  wrote:
> 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.

Committed, thanks.
Tagging this bug as pending.



Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



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

2019-07-17 Thread Moritz Muehlenhoff
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.xml2019-06-22 
19:29:15.0 +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~.