X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai-revm;h=d8833ab4b01e2e920f6f31bc2793a64c56f0b763;hp=b10d6e651895f4baa93a576ab26aa93516bd01b1;hb=bf19e9969f50a637c8fabf724eb9e292da472e01;hpb=46edfde8e1fbb4121d5d0661946fc419d042543d diff --git a/fai-revm b/fai-revm index b10d6e6..d8833ab 100755 --- a/fai-revm +++ b/fai-revm @@ -15,11 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# Note, sometimes shutting down the existing demohost vm -# fails. Just run again if that happens. -# Deploy fai configuration to faiserver, -# then start a virtual machine to test the config. cleanup() { :; } set -eE -o pipefail @@ -28,8 +24,43 @@ script_dir=$(dirname $(readlink -f "$BASH_SOURCE")) e() { echo "$*"; "$@"; } -# I had this set false as default before, can't remember why. oh well. + +usage() { + cat <