reorganized Config file
[hdw-linux/hdw-linux.git] / scripts / Create-FAI
index 36e4996..b013db4 100755 (executable)
@@ -67,6 +67,7 @@ if [ ! -f ./fai/nfsroot-packages ] ; then
        done
        echo "adding needed packages to list now"
        echo "portmap" >> ./fai/nfsroot-packages
+       echo "tcp_wrappers" >> ./fai/nfsroot-packages
        [ "$hdw_arch" = "ia32" ] && echo "lilo" >> ./fai/nfsroot-packages
 fi
 
@@ -148,6 +149,7 @@ echo "2) link the ipaddr in hex of the client to fai in pxe config dir"
 echo "3) tell your dhcpd (see syslinux docs for more help)"
 echo "4) make sure inetd/nfs/dhcpd are up running"
 echo "5) do the configuration stuff (see doc/FAI)"
+echo "6) adapt the hdw-get.conf file in the fai nfsroot tree"
 echo
 echo "note: tftp must support tsize option (use e.g. tftp-hpa package)"
 echo