diff options
Diffstat (limited to 'nl/appendix')
-rw-r--r-- | nl/appendix/preseed.xml | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 9a2c25228..34e53adea 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 45190 untranslated --> +<!-- original version: 45355 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -487,6 +487,14 @@ first viable NIC and be more patient about getting a reply to its DHCP query. </para> +<tip><para> + +An extensive example of how to use this framework, including example scripts +and classes, can be found on the <ulink url="http://hands.com/d-i/">website +of its developer</ulink>. The examples available there also show many other +nice effects that can be achieved by creative use of preconfiguration. + +</para></tip> </sect2> <sect2 id="preseed-aliases"> @@ -1255,25 +1263,6 @@ d-i finish-install/reboot_in_progress note </sect2> - <sect2 id="preseed-mailer"> - <title>Mailer configuration</title> -<para> - -During a normal install, exim asks only a few questions. Here's how to -avoid even those. More complicated preseeding is possible. - -</para> - -<informalexample role="example"><screen> -exim4-config exim4/dc_eximconfig_configtype \ - select no configuration at this time -exim4-config exim4/no_config boolean true -exim4-config exim4/no_config boolean true -exim4-config exim4/dc_postmaster string -</screen></informalexample> - - </sect2> - <sect2 id="preseed-X"> <title>X configuration</title> <para> |