diff options
author | Joey Hess <joeyh@debian.org> | 2008-08-05 17:15:45 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2008-08-05 17:15:45 +0000 |
commit | 390b2f30afbadd845b83ee5c708392e5262b525b (patch) | |
tree | 8a2bbc4414ef6b3ac4b0151f15f2a21751baa82b /en | |
parent | e7c93816e53f760390ad358775943bb466a3cbbc (diff) | |
download | installation-guide-390b2f30afbadd845b83ee5c708392e5262b525b.zip |
Document hw-detect/load_firmware. Closes: #493845
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index eb6b6fee2..2e0b41ad6 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -830,6 +830,11 @@ d-i netcfg/get_domain string unassigned-domain 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 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. +#d-i hw-detect/load_firmware boolean true </screen></informalexample> </sect2> |