diff options
author | Philippe Batailler <philippe.batailler@free.fr> | 2007-02-27 19:55:45 +0000 |
---|---|---|
committer | Philippe Batailler <philippe.batailler@free.fr> | 2007-02-27 19:55:45 +0000 |
commit | 03d7247ffe8e5c59862b7344b437f1190ca99094 (patch) | |
tree | 0a76b0961f3d7f8421751ba55ae993ad25999a6f /fr/appendix/preseed.xml | |
parent | 859125b2a7cff2a0a90eaed179c7d3558f9d735a (diff) | |
download | installation-guide-03d7247ffe8e5c59862b7344b437f1190ca99094.zip |
French translation updated
Diffstat (limited to 'fr/appendix/preseed.xml')
-rw-r--r-- | fr/appendix/preseed.xml | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/fr/appendix/preseed.xml b/fr/appendix/preseed.xml index b262e1b95..6c593ea68 100644 --- a/fr/appendix/preseed.xml +++ b/fr/appendix/preseed.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- original version: 45190 --> +<!-- original version: 45355 --> <!-- Be carefull with the format of this file as it is parsed to generate @@ -467,6 +467,14 @@ Voici d'autres options intéressantes pour automatiser une installation avec DHCP <literal>interface=auto netcfg/dhcp_timeout=60</literal>. Elles permettent de choisir la carte réseau et de patienter pour l'obtention d'une réponse du serveur DHCP. </para> + +<tip><para> +Il existe un exemple d'utilisation très poussée de la préconfiguration, avec des +scripts et des classes, sur le <ulink url="http://hands.com/d-i/">site web de son +développeur</ulink>. Des exemples sont donnés d'effets très intéressants obtenus par +un usage créatif de la préconfiguration. +</para></tip> + </sect2> @@ -1225,23 +1233,6 @@ d-i finish-install/reboot_in_progress note </sect2> - <sect2 id="preseed-mailer"> - <title>Configuration du MTA</title> -<para> -Pendant une installation normale, exim pose peu de questions. Voici -comment les éviter. Une préconfiguration plus complexe est 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>Configuration du serveur X</title> <para> |