diff options
author | D-I role <debian-boot@lists.debian.org> | 2022-10-11 23:07:05 +0000 |
---|---|---|
committer | D-I role <debian-boot@lists.debian.org> | 2022-10-11 23:07:05 +0000 |
commit | 3f69fe2ac09baf1c2d84405700f76ee04a1ba971 (patch) | |
tree | 127a0ac20b91de2a6548c62b1e5cca23a3e6c909 /po/pot | |
parent | aa611161c380d53bfd953a16e39d84805024ac11 (diff) | |
download | installation-guide-3f69fe2ac09baf1c2d84405700f76ee04a1ba971.zip |
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po/pot')
-rw-r--r-- | po/pot/preseed.pot | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 216ed79d5..1a43d78de 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2022-01-16 23:02+0000\n" +"POT-Creation-Date: 2022-10-11 23:04+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1960,10 +1960,16 @@ msgid "" "# apt will complain about the unauthenticated repository and so the\n" "# sources.list line will be left commented out.\n" "#d-i apt-setup/local0/key string http://local.server/key\n" -"# If the provided key file ends in \".asc\" the key file needs to be an\n" -"# ASCII-armoured PGP key, if it ends in \".gpg\" it needs to use the\n" -"# \"GPG key public keyring\" format, the \"keybox database\" format is\n" -"# currently not supported.\n" +"# or one can provide it in-line by base64 encoding the contents of the\n" +"# key file (with `base64 -w0`) and specifying it thus:\n" +"#d-i apt-setup/local0/key string base64://" +"LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tCi4uLgo=\n" +"# The content of the key file is checked to see if it appears to be ASCII-" +"armoured.\n" +"# If so it will be saved with an \".asc\" extension, otherwise it gets a '." +"gpg' extension.\n" +"# \"keybox database\" format is currently not supported. (see " +"generators/60local in apt-setup's source)\n" "\n" "# By default the installer requires that repositories be authenticated\n" "# using a known gpg key. This setting can be used to disable that\n" |