summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/ca/preseed.po62
-rw-r--r--po/cs/preseed.po16
-rw-r--r--po/da/preseed.po62
-rw-r--r--po/de/preseed.po62
-rw-r--r--po/el/preseed.po16
-rw-r--r--po/es/preseed.po62
-rw-r--r--po/fi/preseed.po16
-rw-r--r--po/fr/preseed.po16
-rw-r--r--po/hu/preseed.po16
-rw-r--r--po/it/preseed.po62
-rw-r--r--po/ja/preseed.po16
-rw-r--r--po/kab/preseed.po16
-rw-r--r--po/ko/preseed.po62
-rw-r--r--po/nb/preseed.po16
-rw-r--r--po/nl/preseed.po62
-rw-r--r--po/nn/preseed.po16
-rw-r--r--po/pot/preseed.pot16
-rw-r--r--po/pt/preseed.po16
-rw-r--r--po/ro/preseed.po16
-rw-r--r--po/ru/preseed.po16
-rw-r--r--po/sv/preseed.po16
-rw-r--r--po/tl/preseed.po16
-rw-r--r--po/uk/preseed.po16
-rw-r--r--po/vi/preseed.po16
-rw-r--r--po/zh_CN/preseed.po62
-rw-r--r--po/zh_TW/preseed.po16
26 files changed, 646 insertions, 138 deletions
diff --git a/po/ca/preseed.po b/po/ca/preseed.po
index e5f5ccf77..fa85ec660 100644
--- a/po/ca/preseed.po
+++ b/po/ca/preseed.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2022-01-18 23:54+0000\n"
"Last-Translator: d <dmanye@gmail.com>\n"
"Language-Team: \n"
@@ -2766,7 +2766,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2796,10 +2840,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"
diff --git a/po/cs/preseed.po b/po/cs/preseed.po
index 3f4359098..fd2f944ab 100644
--- a/po/cs/preseed.po
+++ b/po/cs/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2018-05-21 10:18+0200\n"
"Last-Translator: Miroslav Kure <kurem@upcase.inf.upol.cz>\n"
"Language-Team: \n"
@@ -2898,10 +2898,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"
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 7a8d6c1e5..6294b7cf6 100644
--- a/po/da/preseed.po
+++ b/po/da/preseed.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2022-07-09 19:33+0000\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -2620,7 +2620,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2650,10 +2694,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"
diff --git a/po/de/preseed.po b/po/de/preseed.po
index 246ce3194..f4c39c645 100644
--- a/po/de/preseed.po
+++ b/po/de/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2022-01-23 14:45+0100\n"
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2820,7 +2820,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2850,10 +2894,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"
diff --git a/po/el/preseed.po b/po/el/preseed.po
index 859c5f9e8..c1ffb703c 100644
--- a/po/el/preseed.po
+++ b/po/el/preseed.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2021-05-28 14:03+0300\n"
"Last-Translator: galaxico <galas@tee.gr>\n"
"Language-Team: debian-l10n-greek@lists.debian.org\n"
@@ -3000,10 +3000,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"
diff --git a/po/es/preseed.po b/po/es/preseed.po
index c642d0a23..b1cba5490 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2022-05-23 20:12+0000\n"
"Last-Translator: Luiz Carlos Lucasv <csversut@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -2878,7 +2878,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2908,10 +2952,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"
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index a578545e2..9ef11e0a0 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide preseed\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: 2010-05-10 22:11+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -2978,10 +2978,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"
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index b52a1844b..c6cf395f5 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2021-10-08 10:10+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2824,10 +2824,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"
diff --git a/po/hu/preseed.po b/po/hu/preseed.po
index 1c8bdab2e..6e1bcc8ed 100644
--- a/po/hu/preseed.po
+++ b/po/hu/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2007-03-18 19:17+0100\n"
"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
"Language-Team: Hungarian\n"
@@ -2690,10 +2690,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"
diff --git a/po/it/preseed.po b/po/it/preseed.po
index 35682e3fa..4d073fb1c 100644
--- a/po/it/preseed.po
+++ b/po/it/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2022-01-22 15:41+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -2773,7 +2773,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2803,10 +2847,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"
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 60efb966a..8e0f4e6dc 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2021-10-17 23:12+0000\n"
"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -2720,10 +2720,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"
diff --git a/po/kab/preseed.po b/po/kab/preseed.po
index f7480d93c..0ae42e436 100644
--- a/po/kab/preseed.po
+++ b/po/kab/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installation-guide-preface 2021\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: Kabyle <kab@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"
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index e6b0ecc8d..7ddcfd8a1 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\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: 2022-09-18 01:12+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -2631,7 +2631,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2661,10 +2705,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"
diff --git a/po/nb/preseed.po b/po/nb/preseed.po
index b0796fecd..cb29b0e1e 100644
--- a/po/nb/preseed.po
+++ b/po/nb/preseed.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed_nb\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: 2019-08-31 08:32+0100\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmål\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"
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index fdacd40ec..345838eaf 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2022-02-02 15:50+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2831,7 +2831,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2861,10 +2905,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"
diff --git a/po/nn/preseed.po b/po/nn/preseed.po
index cbcac01c1..75f6bf4a4 100644
--- a/po/nn/preseed.po
+++ b/po/nn/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian nynorsk <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"
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"
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index 62f64da20..9f7f66097 100644
--- a/po/pt/preseed.po
+++ b/po/pt/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2021-12-08 17:21+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -2818,10 +2818,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"
diff --git a/po/ro/preseed.po b/po/ro/preseed.po
index e7c4add97..97e11a49b 100644
--- a/po/ro/preseed.po
+++ b/po/ro/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <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"
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 98c987923..947796017 100644
--- a/po/ru/preseed.po
+++ b/po/ru/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2018-10-25 22:28+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -2938,10 +2938,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"
diff --git a/po/sv/preseed.po b/po/sv/preseed.po
index a54c82240..a9925bacf 100644
--- a/po/sv/preseed.po
+++ b/po/sv/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2021-08-24 07:33+0000\n"
"Last-Translator: Luna Jernberg <droidbittin@gmail.com>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -2948,10 +2948,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"
diff --git a/po/tl/preseed.po b/po/tl/preseed.po
index 1e29731fa..d657ff50a 100644
--- a/po/tl/preseed.po
+++ b/po/tl/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog <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"
diff --git a/po/uk/preseed.po b/po/uk/preseed.po
index b4e0398ad..dcbb2727d 100644
--- a/po/uk/preseed.po
+++ b/po/uk/preseed.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed_uk\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: 2019-09-03 08:32+0100\n"
"Last-Translator: \n"
"Language-Team: Ukranian\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"
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index b0cfc1c73..7b01430cf 100644
--- a/po/vi/preseed.po
+++ b/po/vi/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2012-08-04 06:20+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -2941,10 +2941,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"
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 461f63ecc..e1e238f11 100644
--- a/po/zh_CN/preseed.po
+++ b/po/zh_CN/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\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: 2022-02-10 12:57+0000\n"
"Last-Translator: Wenbin Lv <wenbin816@gmail.com>\n"
"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
@@ -2542,7 +2542,51 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# Choose, if you want to scan additional installation media\n"
+#| "# (default: false).\n"
+#| "d-i apt-setup/cdrom/set-first boolean false\n"
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#d-i apt-setup/non-free boolean true\n"
+#| "#d-i apt-setup/contrib boolean true\n"
+#| "# Uncomment the following line, if you don't want to have the sources."
+#| "list\n"
+#| "# entry for a DVD/BD installation image active in the installed system\n"
+#| "# (entries for netinst or CD images will be disabled anyway, regardless "
+#| "of\n"
+#| "# this setting).\n"
+#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
+#| "# Uncomment this if you don't want to use a network mirror.\n"
+#| "#d-i apt-setup/use_mirror boolean false\n"
+#| "# Select which update services to use; define the mirrors to be used.\n"
+#| "# Values shown below are the normal defaults.\n"
+#| "#d-i apt-setup/services-select multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# 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"
+#| "\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"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
+#| "\n"
+#| "# Uncomment this to add multiarch configuration for i386\n"
+#| "#d-i apt-setup/multiarch string i386"
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -2572,10 +2616,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"
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po
index bc4584675..c37b6e404 100644
--- a/po/zh_TW/preseed.po
+++ b/po/zh_TW/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.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"