diff options
author | Luca Monducci <luca.mo@tiscali.it> | 2007-02-25 19:30:42 +0000 |
---|---|---|
committer | Luca Monducci <luca.mo@tiscali.it> | 2007-02-25 19:30:42 +0000 |
commit | 95025804f0c7dfd760c3649ff9f967ed52733da9 (patch) | |
tree | cf7c2e17c3533364670b2b4ed5c2eb1f1489f94f /it/appendix/preseed.xml | |
parent | 26dd070d78a6d94ee08da17ecbd38fb8c0952d2b (diff) | |
download | installation-guide-95025804f0c7dfd760c3649ff9f967ed52733da9.zip |
Updated Italian translation of d-i manual
Diffstat (limited to 'it/appendix/preseed.xml')
-rw-r--r-- | it/appendix/preseed.xml | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 372c1996f..c35da1533 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 45190 --> +<!-- original version: 45355 --> <!-- @@ -868,6 +868,23 @@ primo dispositivo di rete attivo e di essere un po' più paziente durante l'attesa della risposta all'interrogazione DHCP. </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. +--> + +Un esempio esaustivo su come utilizzare questa infrastruttura, compresi +degli script e delle classi d'esempio, può essere trovato sul +<ulink url="http://hands.com/d-i/">sito web dello sviluppatore</ulink>. +Sono disponibili anche altri esempi che mostrano come, usando in modo +creativo la preconfigurazione, si possono ottenere molti altri interessati +effetti. + +</para></tip> </sect2> <sect2 id="preseed-aliases"> @@ -2133,31 +2150,6 @@ d-i finish-install/reboot_in_progress note </screen></informalexample> </sect2> - <sect2 id="preseed-mailer"> - <!-- <title>Mailer configuration</title> --> - <title>Configurazione del programma di posta</title> -<para> - -<!-- -During a normal install, exim asks only a few questions. Here's how to -avoid even those. More complicated preseeding is possible. ---> - -Durante una normale installazione, exim pone soltanto qualche domanda. -Ecco come evitare persino quelle. Una preconfigurazione più complicata è -possibile. - -</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> --> <title>Configurazione di X</title> |