limit fai nfs export to host being installed
[automated-distro-installer] / myfai-chboot
index 11c3eae30cb7b22db5cd9b67826f773e4a72d5c0..2a6e02590d2a7fc6e59ce50521db6ac44a1dcf91 100755 (executable)
@@ -7,11 +7,12 @@ 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
 }