diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 1a43d78de..7ffad8ef0 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-10-11 23:04+0000\n" +"POT-Creation-Date: 2023-02-15 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" @@ -1373,6 +1373,10 @@ msgid "" "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" "#d-i netcfg/dhcp_hostname string radish\n" "\n" +"# If you want to completely disable firmware lookup (i.e. not use firmware\n" +"# files or packages that might be available on installation images):\n" +"#d-i hw-detect/firmware-lookup string never\n" +"\n" "# If non-free firmware is needed for the network or other hardware, you can\n" "# configure the installer to always try to load it, without prompting. Or\n" "# change to false to disable asking.\n" @@ -1935,6 +1939,8 @@ 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 firmware.\n" +"#d-i apt-setup/non-free-firmware boolean true\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" |