# hdw - linux FAI file
-
whats this?
-----------
explains how to setup a networked computer acting as dhcp/pxeboot/nfsroot fully
./scripts/Create-FAI
./doc/FAI
-[not finished yet]
-
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]
# script creating a minimal system nfsroot for automated installation of hdw
#
-echo "not supported yet"
-echo "i'm sorry"
+fairoot="$1"
+usage() {
+ echo
+ echo "usage:"
+ echo "$1 <fai-root>"
+ echo
+ exit
+ }
+
+if [ ! -d $fairoot -o ] ; then
+ usage
+fi
+
+echo "preparing