fix various arch issues
[automated-distro-installer] / pxe-server
index f53bdef0f5f35dd054519a06eac5c8b16be24964..ec299e47b734a14cf56752247f439700305a299c 100755 (executable)
@@ -4,7 +4,8 @@
 # and depending on the type, setup the tftp server.
 
 # usage: $0 TYPE
-# default distro is the base debian/fedora type. others are fai &  arch
+# default distro is the base debian/fedora type. others are fai & arch.
+# for no pxe server, use a no-op like : or true.
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR