tweaks to make vars more logical
authorIan Kelling <iank@fsf.org>
Sun, 5 Nov 2017 18:27:15 +0000 (13:27 -0500)
committerIan Kelling <iank@fsf.org>
Sun, 5 Nov 2017 18:27:15 +0000 (13:27 -0500)
fai/config/class/50-host-classes
fai/config/hooks/partition.DEFAULT

index fd8aad4d7f8807b51a7e824bb9bc0e089be9b509..8ac4a27d7fd7175d9bac221d2e8a0034411904f1 100755 (executable)
 #     esac
 # fi
 #
-# Each host defines the base distro: UBUNTU or DEBIAN.
-# the disto version, also the basefile name if we aren't installing debian stable:
+#
+# Each host defines following:
+# The base distro:
+# UBUNTU, DEBIAN
+#
+# The base disto version, which is also the basefile name if it exists:
 # STRETCH64, XENIAL64, BELENOS64, FLIDAS64
-# the distro subvol name, we can add as many of these as we want:
-# VOL_TESTING, VOL_STRETCH, VOL_XENIAL, VOL_BELENOS, VOL_FLIDAS
+#
+# The distro subvol name, we can add as many of these as we want:
+# VOL_TESTING, VOL_STRETCH, VOL_XENIAL, VOL_BELENOS, VOL_FLIDAS, VOL_STRETCH_BOOTSTRAP
 # Using VOL_STRETCH_BOOTSTRAP sets up the install to act like a pxe rom if
 # grub sets a specific var.
-# and the class which defines the apt sources files we want,
+#
+# The apt sources files we want,
 # STRETCH_FREE, STRETCH_NONFREE, TESTING_FREE, TESTING_NONFREE,
-#  XENIAL_FREE (no XENIAL_NONFREE setup yet), BELENOS, FLIDAS, STRETCH_LINODE.
-# This is a little redundant in some cases, but it keeps things
-# simpler.
+# XENIAL_FREE, FLIDAS, BELENOS, STRETCH_LINODE.
+#
+# It's all a little redundant in some cases, but it keeps things
+# simpler. Belenos is broken right now, planning to remove it once
+# flidas is released.
 #
 #
 # Other notable classes:
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