summaryrefslogtreecommitdiff
path: root/nl/appendix
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-08-25 09:34:47 +0000
committerFrans Pop <elendil@planet.nl>2008-08-25 09:34:47 +0000
commit0c5bee59a5ae13128dda3a47ab0743a255f07ea3 (patch)
tree5ffd3b0b8f173d4b4a14d85e90e1794a53b83026 /nl/appendix
parentad22a3c9e0c138d0bf71b8eb3717fc3f65a843d4 (diff)
downloadinstallation-guide-0c5bee59a5ae13128dda3a47ab0743a255f07ea3.zip
Update of untranslated document
Diffstat (limited to 'nl/appendix')
-rw-r--r--nl/appendix/preseed.xml9
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>