CHANGELOG 2004-12-06
[hdw-linux/hdw-linux.git] / doc / FAI
diff --git a/doc/FAI b/doc/FAI
index 9a36c49..180ae6e 100644 (file)
--- 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,4 +12,38 @@ files:
 ./scripts/Create-FAI
 ./doc/FAI
 
-[not finished yet]
+procedure
+---------
+
+       1) install mnimal nfsroot binaries
+
+               vi Config [enter default as a target, specify arch*]
+
+       note: default target is enough. you dont need to specify fai-server.
+             we are just going to install the nfsroot which will automate
+             the install process. fai-server is actually the target you will
+             need as a running system to have pxeboot/nfsutils and stuff.
+
+               ./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]