X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=doc%2FFAI;h=2cbfa0065b3190ca9c6d2005b41e3995d6195ad4;hp=9f65bcf3b74bfbba5c95cc30b0d046925f102f00;hb=5ec575d2b0a8b430079f5dd375565fd99876db19;hpb=659aa3972e4ba06526fd4390168cf747fa943a68 diff --git a/doc/FAI b/doc/FAI index 9f65bcf..2cbfa00 100644 --- a/doc/FAI +++ b/doc/FAI @@ -1,6 +1,5 @@ # hdw - linux FAI file - whats this? ----------- explains how to setup a networked computer acting as dhcp/pxeboot/nfsroot fully @@ -13,8 +12,6 @@ files: ./scripts/Create-FAI ./doc/FAI -[not finished yet] - procedure --------- @@ -32,4 +29,28 @@ procedure ./misc/hdw-tools/hdw-get dist-install /mnt/fai-root \ ./distro/default - [to be continued] + 2) prepare nfsroot & mount ./fai dir via loopback for configurations + + ./scripts/Create-FAI /mnt/fai-root + + 4) adapt configs in ./fai (see chapter "fai config files") + + 3) edit the following files to match your needs, and restart services + + /etc/dhcpd.conf + /etc/inetd.conf + /etc/exports + /tftpboot/pxelinux.cfg/{default,*} + + (have a look at chapter "fai server configuration") + + 4) pxeboot your install candidates and watch installation + + +fai config files +---------------- + +fai server configuration +------------------------ + +[to be continued]