summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--en/appendix/preseed.xml14
2 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e7f0d305..e5fb48b3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,11 @@ installation-guide (2008xxxx) UNRELEASED; urgency=low
[ Colin Watson ]
* Document partman/early_command (added in partman-base 129).
- -- Frans Pop <fjp@debian.org> Wed, 10 Dec 2008 21:05:01 +0100
+ [ Frans Pop ]
+ * Document preseeding of network-console now that its postinst can be
+ relied on to be executed.
+
+ -- Frans Pop <fjp@debian.org> Sat, 27 Dec 2008 06:52:19 +0100
installation-guide (20081208) unstable; urgency=low
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 6275c616f..aed01f54c 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -856,6 +856,20 @@ that no gateway should be used.
</sect2>
+ <sect2 id="preseed-network-console">
+ <title>Network console</title>
+
+<informalexample role="example"><screen>
+# Use the following settings if you wish to make use of the network-console
+# component for remote installation over SSH. This only makes sense if you
+# intend to perform the remainder of the installation manually.
+#d-i anna/choose-modules string network-console
+#d-i network-console/password password r00tme
+#d-i network-console/password-again password r00tme
+</screen></informalexample>
+
+ </sect2>
+
<sect2 id="preseed-mirror">
<title>Mirror settings</title>
<para>