diff options
author | Frans Pop <elendil@planet.nl> | 2008-12-27 05:54:05 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-12-27 05:54:05 +0000 |
commit | 18e661aee9c2914e4fe6f3fa673ae4fbbe8ba456 (patch) | |
tree | 5b1019a8c00cf6f1dd2827f4c39a5d7b25b92262 /en/appendix/preseed.xml | |
parent | 2bec1076fff4a0367e3df27c85b5efe6a0b3f77b (diff) | |
download | installation-guide-18e661aee9c2914e4fe6f3fa673ae4fbbe8ba456.zip |
Document preseeding of network-console now that its postinst can be
relied on to be executed.
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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> |