CHANGELOG 2004-12-06
[hdw-linux/hdw-linux.git] / doc / FAI
1 # hdw - linux FAI file
2
3 whats this?
4 -----------
5 explains how to setup a networked computer acting as dhcp/pxeboot/nfsroot fully
6 automated installation server to automate installing your favorite hdw-linux
7 distribution.
8
9 files:
10 ------
11
12 ./scripts/Create-FAI
13 ./doc/FAI
14
15 procedure
16 ---------
17
18         1) install mnimal nfsroot binaries
19
20                 vi Config [enter default as a target, specify arch*]
21
22         note: default target is enough. you dont need to specify fai-server.
23               we are just going to install the nfsroot which will automate
24               the install process. fai-server is actually the target you will
25               need as a running system to have pxeboot/nfsutils and stuff.
26
27                 ./scripts/Create-FAI
28
29         2) edit the following files to match your needs, and restart services
30
31                 /etc/dhcpd.conf
32                 /etc/inetd.conf
33                 /etc/exports
34                 /tftpboot/pxelinux.cfg/{default,*}
35
36                 (have a look at chapter "fai server configuration")
37
38         3) adapt configs in ./fai (see chapter "fai config files")
39
40         4) pxeboot your install candidates and watch installation
41
42
43 fai config files
44 ----------------
45
46 fai server configuration
47 ------------------------
48
49 [to be continued]