tweaks to make vars more logical
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index fdcfe6d1238e2f5f0c98d3f123fe4746b1a1ba1b..ca7b86dbcd31f399fddc7b722cf018e36f20a196 100755 (executable)
@@ -199,6 +199,8 @@ if [[ ! $DISTRO ]]; then
         DISTRO=stretch_bootstrap
     elif ifclass VOL_STRETCH; then
         DISTRO=debianstretch
+    elif ifclass VOL_TESTING; then
+        DISTRO=debiantesting
     elif ifclass VOL_XENIAL; then
         DISTRO=ubuntuxenial
     elif ifclass VOL_BELENOS; then