blob: 802329630d92abf3d47631d5797821a25807c8a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<!-- retain these comments for translator revision tracking -->
<!-- original version: 64916 -->
<sect1 id="automatic-install">
<!-- <title>Automatic Installation</title> -->
<title>Installazione automatizzata</title>
<para>
<!--
For installing on multiple computers it's possible to do fully
automatic installations. &debian; packages intended for this include
<classname>fai-quickstart</classname> (which can use an install server) and
the &debian; Installer itself. Have a look at the
<ulink url="http://fai-project.org">FAI home page</ulink> for detailed
information.
-->
È possibile effettuare installazioni su parecchi computer attraverso
procedure completamente automatizzate. I pacchetti &debian; adatti a questo
scopo sono <classname>fai-quickstart</classname> (che usa un server di
installazione) e lo stesso Installatore &debian;. Consultare la
<ulink url="http://fai-project.org">pagina web di FAI </ulink> per
informazioni più dettagliate.
</para>
<sect2 id="preseed">
<!-- <title>Automatic Installation Using the &debian; Installer</title> -->
<title>Installazione automatizzata usando l'Installatore &debian;</title>
<para>
<!--
The &debian; Installer supports automating installs via preconfiguration
files. A preconfiguration file can be loaded from the network or from
removable media, and used to fill in answers to questions asked during the
installation process.
-->
L'Installatore &debian; supporta le installazioni automatizzate tramite dei
file di preconfigurazione. Un file di preconfigurazione può essere caricato
dalla rete o da un supporto rimovibile ed è usato per rispondere alle
domande che sarebbero normalmente poste durante il processo d'installazione.
</para><para>
<!--
Full documentation on preseeding including a working example that you can
edit is in <xref linkend="appendix-preseed"/>.
-->
La documentazione completa sulla preconfigurazione comprende anche
un esempio funzionante, che è possibile modificare, si trova in
<xref linkend="appendix-preseed"/>.
</para>
</sect2>
</sect1>
|