summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-11-07 02:39:48 +0000
committerJoey Hess <joeyh@debian.org>2007-11-07 02:39:48 +0000
commit17f08ee3ceaa6846091ca8c769817d81033beef6 (patch)
tree125e47d744e04860409feb02917fe48f431324eb /en
parentd01ecc915c51358e7dc599d25fc6220a5a1399c1 (diff)
downloadinstallation-guide-17f08ee3ceaa6846091ca8c769817d81033beef6.zip
* Document debian-installer/exit/halt preseed.
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 3ca19797c..fab0313c8 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1293,6 +1293,10 @@ d-i finish-install/reboot_in_progress note
# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.
#d-i cdrom-detect/eject boolean false
+
+# 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
</screen></informalexample>
</sect2>