iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1885f96
)
better doc for faiserver-disable
author
Ian Kelling
<ian@iankelling.org>
Sat, 8 Apr 2017 23:45:42 +0000
(16:45 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Sat, 8 Apr 2017 23:45:42 +0000
(16:45 -0700)
README
patch
|
blob
|
history
faiserver-disable
patch
|
blob
|
history
diff --git
a/README
b/README
index af4c0ba2ec401a8cf26eae8dc18bdf8bba07aa34..b18de94c35ee4c77af7bab71f84de7b0aaa13b55 100644
(file)
--- a/
README
+++ b/
README
@@
-75,6
+75,7
@@
chboot # Set grub to boot into a different distro (installed earlier)
install-chboot # reinstall chboot to /boot subvols, for chboot updates.
eboot # reboot without automatic disk decryption
fai-wrapper # use fai classes outside of fai. sourced, not called.
+faiserver-disable # Disable the fai nfs server exports
fresize # resize swap or boot partitions in a host
diff --git
a/faiserver-disable
b/faiserver-disable
index 93819cc581c40a39b2f17e084ffad9ea16df132a..a0328d720e0b539ec40028e2723c7983acb04202 100644
(file)
--- a/
faiserver-disable
+++ b/
faiserver-disable
@@
-6,7
+6,7
@@
trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
usage() {
cat <<EOF
Usage: ${0##*/}
-Disable the fai nfs server
.
+Disable the fai nfs server
exports
EOF
exit $1
}