limit fai nfs export to host being installed
[automated-distro-installer] / myfai-chboot
index 310969e2708f42015284bc8945d780f405506856..2a6e02590d2a7fc6e59ce50521db6ac44a1dcf91 100755 (executable)
@@ -7,16 +7,15 @@ x=$(readlink -f "$BASH_SOURCE"); cd ${x%/*}
 
 usage() {
     cat <<EOF
-usage: ${0##*/} [-h|--help] [hostname|ip|default]...
+usage: ${0##*/} [-h|--help] [hostname|ip]
 
-Sets up tftp pxe config on host "faiserver". Argument sets the host to
-enable it for, "default" is for all hosts.  No argument disables for all
-hosts.
+Sets up tftp pxe config and nfs config on host "faiserver". Argument
+sets the host to enable it for.  No argument disables pxe config for all
+hosts, but leaves nfs server alone. Use faiserver-disable to disable
+the nfs server.
 EOF
     exit $1
 }
-
-
 case $1 in
     -h|--help) usage ;;
 esac