diff options
author | Cyril Brulebois <kibi@debian.org> | 2023-01-30 05:31:33 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2023-01-30 05:31:33 +0100 |
commit | 53a3c6dee39b767d513d43628edb5677480afa40 (patch) | |
tree | ec52bc34f6ac77616c41b93d80bd8291365d609c | |
parent | b508e059dae75eb73103766a567dc0363c8043d3 (diff) | |
download | installation-guide-53a3c6dee39b767d513d43628edb5677480afa40.zip |
Add hw-detect/firmware-lookup=never to preseed reference.
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index a5577d340..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. |