summaryrefslogtreecommitdiff
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
parentd01ecc915c51358e7dc599d25fc6220a5a1399c1 (diff)
downloadinstallation-guide-17f08ee3ceaa6846091ca8c769817d81033beef6.zip
* Document debian-installer/exit/halt preseed.
-rw-r--r--debian/changelog3
-rw-r--r--en/appendix/preseed.xml4
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e96ede2af..f3333de66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,8 +50,9 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low
* Document how to preseed partman-auto to use only available disk, no matter
what it's name is.
* debian/rules: call dh_md5sums.
+ * Document debian-installer/exit/halt preseed.
- -- Frans Pop <fjp@debian.org> Wed, 31 Oct 2007 20:20:16 +0100
+ -- Joey Hess <joeyh@debian.org> Tue, 06 Nov 2007 21:28:09 -0500
installation-guide (20070319) unstable; urgency=low
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>