add xenial support with basic debian parity
[automated-distro-installer] / fai-revm
index d8833ab4b01e2e920f6f31bc2793a64c56f0b763..547689d462ae2f550eae0b07b1d839ebb62ab5cf 100755 (executable)
--- a/fai-revm
+++ b/fai-revm
@@ -65,7 +65,9 @@ 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
@@ -95,7 +97,8 @@ else
     if $redeploy; then
         ./fai-redep
     fi
-    variant=debian8
+    variant=ubuntu16.04
+    #variant=debian8
 fi
 
 name=demohost