summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-12-27 05:54:05 +0000
committerFrans Pop <elendil@planet.nl>2008-12-27 05:54:05 +0000
commit18e661aee9c2914e4fe6f3fa673ae4fbbe8ba456 (patch)
tree5b1019a8c00cf6f1dd2827f4c39a5d7b25b92262
parent2bec1076fff4a0367e3df27c85b5efe6a0b3f77b (diff)
downloadinstallation-guide-18e661aee9c2914e4fe6f3fa673ae4fbbe8ba456.zip
Document preseeding of network-console now that its postinst can be
relied on to be executed.
-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>