automatically disable faiserver nfs in some scripts
[automated-distro-installer] / fai-redep
index b035ef55a74283163b544f8d58b78f0b89c0121e..4e354a2d176fb4b2cde8e26483aadc5579c2cad0 100755 (executable)
--- a/fai-redep
+++ b/fai-redep
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 set -x
 
-# Deploy fai configuration to faiserver,
-# then start a virtual machine to test the config.
+
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 
-cd $(dirname $(readlink -f "$BASH_SOURCE"))
+x="$(readlink -f "$BASH_SOURCE")"; cd ${x%/*}
+
+usage() {
+    cat <<EOF
+usage: ${0##*/} [-h|--help]
+Deploy fai configuration to host "faiserver"
+EOF
+    exit $1
+}
+case $1 in
+    -h|--help) usage ;;
+esac
 
 
 # i use faiserver as a dns alias, but ssh key is associated with
@@ -71,4 +81,3 @@ chmod -R a+rX /srv/fai/config/distro-install-common
 #wget -nv -N $u
 EOF
 
-faiserver-enable