X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=8ac4a27d7fd7175d9bac221d2e8a0034411904f1;hp=fd8aad4d7f8807b51a7e824bb9bc0e089be9b509;hb=e499b43b888c951fd4c255b2853f0af2350400c4;hpb=2028560d2467b5bbb3893b00369f123c90ef7282 diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index fd8aad4..8ac4a27 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -20,18 +20,26 @@ # 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: