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
|
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
<sect1 id="automatic-install">
<title>Automatic Installation</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
(have a look at the
<ulink url="http://fai-project.org">FAI home page</ulink> for detailed
information) and the &debian; Installer itself.
</para><para>
The FAI project also provides
<ulink url="http://fai-project.org/FAIme">a web service</ulink>
for creating customized unattended installation ISO images with only a
few clicks. You can choose the desktop environment, the language, the
release, set the password and add your own list of additional
packages. After a few minutes your can download and boot the image,
that will do the fully automatic installation without any interaction
needed. Some more advanced settings are available for Linux experts.
</para>
<sect2 id="preseed">
<title>Automatic Installation Using the &debian; Installer</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.
</para><para>
Full documentation on preseeding including a working example that you can
edit is in <xref linkend="appendix-preseed"/>.
</para>
</sect2>
</sect1>
|