X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai-revm;h=fcb9c073a58e0c74ba2702f490f0d82f4a53670e;hb=ec9227898fa68bd89de454c87bce8ea051a8d783;hp=d8833ab4b01e2e920f6f31bc2793a64c56f0b763;hpb=bf19e9969f50a637c8fabf724eb9e292da472e01;p=automated-distro-installer diff --git a/fai-revm b/fai-revm index d8833ab..fcb9c07 100755 --- a/fai-revm +++ b/fai-revm @@ -44,11 +44,9 @@ EOF } -# not sure why I wanted to have this option before. oh well. -redeploy=true - +new_disk=false reboot=true -temp=$(getopt -l opt o "$@") || usage 1 +temp=$(getopt -l help hnr "$@") || usage 1 eval set -- "$temp" while true; do case $1 in @@ -61,11 +59,9 @@ while true; do done -if [[ $1 == -r ]]; then - redeploy=false -fi - -disk_count=2 +# change this to test different disk counts. 1 and > 1 should be the only +# important things to test. +disk_count=1 if [[ $script_dir == /a/bin/* ]]; then @@ -92,10 +88,11 @@ if is_arch_revm; then else ./pxe-server fai sleep 2 - if $redeploy; then - ./fai-redep - fi - variant=debian8 + # I don't think these variants actually make a diff for us, but I + # use the appropriate one when trying a new distro just in case. + variant=ubuntu14.04 + #variant=ubuntu16.04 + #variant=debian8 fi name=demohost