last 0.3 fixes
[hdw-linux/hdw-linux.git] / doc / FAI
1 # hdw - linux FAI file
2
3
4 whats this?
5 -----------
6 explains how to setup a networked computer acting as dhcp/pxeboot/nfsroot fully
7 automated installation server to automate installing your favorite hdw-linux
8 distribution.
9
10 files:
11 ------
12
13 ./scripts/Create-FAI
14 ./doc/FAI
15
16 [not finished yet]
17
18 procedure
19 ---------
20
21         1) install mnimal nfsroot binaries
22            (as described in INSTALL chapter 2.)
23
24                 vi Config [enter default as a target, specify arch*]
25
26         note: default target is enough. you dont need to specify fai-server.
27               we are just going to install the nfsroot which will automate
28               the install process. fai-server is actually the target you will
29               need as a running system to have pxeboot/nfsutils and stuff.
30
31                 ./scripts/Helper -create_dist_files
32                 ./misc/hdw-tools/hdw-get dist-install /mnt/fai-root \
33                         ./distro/default
34
35         [to be continued]