X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=doc%2FFAI;h=180ae6e80a46dd262f38c447abc3780f0f953d71;hp=9f65bcf3b74bfbba5c95cc30b0d046925f102f00;hb=279a8b0643080f522eb4b0eb515229f21159ea2f;hpb=659aa3972e4ba06526fd4390168cf747fa943a68 diff --git a/doc/FAI b/doc/FAI index 9f65bcf..180ae6e 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,13 +12,10 @@ files: ./scripts/Create-FAI ./doc/FAI -[not finished yet] - procedure --------- 1) install mnimal nfsroot binaries - (as described in INSTALL chapter 2.) vi Config [enter default as a target, specify arch*] @@ -28,8 +24,26 @@ procedure the install process. fai-server is actually the target you will need as a running system to have pxeboot/nfsutils and stuff. - ./scripts/Helper -create_dist_files - ./misc/hdw-tools/hdw-get dist-install /mnt/fai-root \ - ./distro/default + ./scripts/Create-FAI + + 2) 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") + + 3) adapt configs in ./fai (see chapter "fai config files") + + 4) pxeboot your install candidates and watch installation + + +fai config files +---------------- + +fai server configuration +------------------------ - [to be continued] +[to be continued]