summaryrefslogtreecommitdiff
path: root/en/appendix/preseed.xml
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2023-02-15 18:20:40 +0100
committerCyril Brulebois <kibi@debian.org>2023-02-15 18:20:40 +0100
commit73aa7e4e2926ffdaaf6f46a9eaa936ff4f85e8e2 (patch)
tree523169223a725e923da2635d8fc7261d793d150e /en/appendix/preseed.xml
parent6e45f7d8beec5387551499b670ab711ce3554a9e (diff)
parentc322f89093ba6ff89ce2dd6ee60573dd7cc937a3 (diff)
downloadinstallation-guide-73aa7e4e2926ffdaaf6f46a9eaa936ff4f85e8e2.zip
Merge branch 'merge-requests/23'
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r--en/appendix/preseed.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 0a4582149..189d7c76b 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -957,6 +957,10 @@ d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish
+# If you want to completely disable firmware lookup (i.e. not use firmware
+# files or packages that might be available on installation images):
+#d-i hw-detect/firmware-lookup string never
+
# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
@@ -1427,6 +1431,8 @@ earlier questions. You can optionally add other (local) repositories.
# Choose, if you want to scan additional installation media
# (default: false).
d-i apt-setup/cdrom/set-first boolean false
+# You can choose to install non-free firmware.
+#d-i apt-setup/non-free-firmware boolean true
# You can choose to install non-free and contrib software.
#d-i apt-setup/non-free boolean true
#d-i apt-setup/contrib boolean true