summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorJérémy Bobbio <lunar@debian.org>2008-08-16 23:59:52 +0000
committerJérémy Bobbio <lunar@debian.org>2008-08-16 23:59:52 +0000
commit335f9cf794576589d9dab0e16e1d26046ab2114a (patch)
tree01f804ddca433b2e12746dff7b9ee8d264703d30 /en
parentf38e86bf9ac5131ef06091de29a50374808d2c6f (diff)
downloadinstallation-guide-335f9cf794576589d9dab0e16e1d26046ab2114a.zip
Add missing template and doc for debian-installer/exit/poweroff
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 2e0b41ad6..e96adeb46 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1340,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>