Hey, small fix in the documentation clarifying that the .asc-files for apt can not be freely named.
Morty -- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : stru...@informatik.uni-erlangen.de WWW : https://www4.cs.fau.de/~morty
From d9ef6534b9185acf2776fa335ea1ef610e237fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= <mo...@gmx.net> Date: Tue, 21 Oct 2014 12:56:13 +0200 Subject: [PATCH] Documentation: Correct information about apt/.asc files .asc-gpg files are only added if they are named class.asc --- doc/fai-guide.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fai-guide.txt b/doc/fai-guide.txt index ff71120..cf8bd79 100644 --- a/doc/fai-guide.txt +++ b/doc/fai-guide.txt @@ -1208,7 +1208,7 @@ that is used by `debconf-set-selections(8)`. _package_config/_:: Files with class names contain lists of software packages to be -installed or removed. Files named '*.asc' are added to the key list of +installed or removed. Files named 'class.asc' are added to the key list of apt. _scripts/_:: @@ -1683,13 +1683,13 @@ and don't list them otherwise Before installing packages, FAI will add the content of all files -named _package_config/*.asc_ to the list of apt keys. If your local +named _package_config/class.asc_ to the list of apt keys. If your local repository is signed by your keyid AB12CD34 you can easily add this key, so FAI will use it during installation. Use this command for creating -the '.asc' file: +the 'class.asc' file: ---- -faiserver$ gpg -a --export AB12CD34 > /srv/fai/config/package_config/myrepo.asc +faiserver$ gpg -a --export AB12CD34 > /srv/fai/config/package_config/class.asc ---- -- 1.9.1
smime.p7s
Description: S/MIME Cryptographic Signature