summaryrefslogtreecommitdiff
path: root/pt_BR/appendix/preseed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pt_BR/appendix/preseed.xml')
-rw-r--r--pt_BR/appendix/preseed.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml
index d47f5ca05..50533c322 100644
--- a/pt_BR/appendix/preseed.xml
+++ b/pt_BR/appendix/preseed.xml
@@ -1,6 +1,6 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 54252 -->
-<!-- updated 38960:54252 by Felipe Augusto van de Wiel (faw) 2008.07.17 -->
+<!-- original version: 55054 -->
+<!-- updated 38960:55054 by Felipe Augusto van de Wiel (faw) 2008.08.26 -->
<!--
Be careful with the format of this file as it is parsed to generate
@@ -854,6 +854,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>
@@ -1361,6 +1366,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>