Hello, * Miguel Figueiredo [Sat, Nov 13, 2010 at 10:38:53AM +0000]: > Patches welcome (:
Here you go (a small start). Laurent.
>From f7b3251161c2d7aab18b352576fb8458079be435 Mon Sep 17 00:00:00 2001 From: Laurent Fousse <[email protected]> Date: Tue, 16 Nov 2010 19:42:50 +0100 Subject: [PATCH] Small documentation on the network-console preseeding feature. --- manual/en/appendix/preseed.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/manual/en/appendix/preseed.xml b/manual/en/appendix/preseed.xml index 2a9cf6e..a5283fc 100644 --- a/manual/en/appendix/preseed.xml +++ b/manual/en/appendix/preseed.xml @@ -899,6 +899,17 @@ that no gateway should be used. <sect2 id="preseed-network-console"> <title>Network console</title> +<para> + +It is possible to launch an ssh server halfway during the +installation. If you enable this feature, the installation process +will let you login with <quote>installer</quote> as username and the +password configured in the preseeding file. From there you can finish +the installation like a regular (not preseeded) installation (see +<xref linkend="network-console"/> for more details). + +</para> + <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 -- 1.7.2.3

