]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - scripts/Create-FAI
added icmptx package
[hdw-linux/hdw-linux.git] / scripts / Create-FAI
index 36e4996bfb72c247936e0a621527fe6264dee871..b013db46e54d9e952b2aa289b43727e2e1b259e4 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