diff options
-rw-r--r-- | nl/appendix/preseed.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 59faa0eb8..45d7c6cdd 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 54252 untranslated --> +<!-- original version: 55054 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -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> @@ -1335,6 +1340,8 @@ d-i finish-install/reboot_in_progress note # This is how to make the installer shutdown when finished, but not # reboot into the installed system. #d-i debian-installer/exit/halt boolean true +# This will power off the machine instead of just halting it. +#d-i debian-installer/exit/poweroff boolean true </screen></informalexample> </sect2> |