summaryrefslogtreecommitdiff
path: root/po/de
diff options
context:
space:
mode:
authorD-I role <debian-boot@lists.debian.org>2022-10-11 23:07:05 +0000
committerD-I role <debian-boot@lists.debian.org>2022-10-11 23:07:05 +0000
commit3f69fe2ac09baf1c2d84405700f76ee04a1ba971 (patch)
tree127a0ac20b91de2a6548c62b1e5cca23a3e6c909 /po/de
parentaa611161c380d53bfd953a16e39d84805024ac11 (diff)
downloadinstallation-guide-3f69fe2ac09baf1c2d84405700f76ee04a1ba971.zip
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po/de')
-rw-r--r--po/de/preseed.po62
1 files changed, 56 insertions, 6 deletions
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"