X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=scripts%2FCreate-FAI;h=b013db46e54d9e952b2aa289b43727e2e1b259e4;hp=36e4996bfb72c247936e0a621527fe6264dee871;hb=4dfe4bc90c6670e31d52449b3294467e879eda28;hpb=a02ab71e7c163f0310b5b1f580ce43ed3b28e450 diff --git a/scripts/Create-FAI b/scripts/Create-FAI index 36e4996..b013db4 100755 --- a/scripts/Create-FAI +++ b/scripts/Create-FAI @@ -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