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=d63fa093f9748fd16fedaaf99b27c2d74b17bfb8;hpb=6836aca6fe863145c4e0da63bfd8689c97d0c161 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