X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=356b642db16322e285fbac5841483ba89b00f25b;hb=11a2db1a576e78f58af7f1e7e4c83422635b630d;hp=a6d8bc2afb7bd585d1455756d8f7d9ff5e7a15a9;hpb=9ac5bbeccb3e969e29b372656bd51352ff31b0b8;p=automated-distro-installer diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index a6d8bc2..356b642 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -19,9 +19,11 @@ # The base distro: # UBUNTU, DEBIAN # -# The base disto version, which is also the basefile name if it exists. -# Debian stable basefile gets built by faisetup and gets used otherwise,: -# STRETCH64, XENIAL64, BELENOS64, FLIDAS64 +# The base disto version, only use so far is the basefile name if it exists. +# Debian stable basefile gets built by faisetup and gets used otherwise. +# With X suffix, means it has gone through the dirinstall process and has eXtra +# things installed, to speed up installation. +# STRETCH64, XENIAL64, BELENOS64, FLIDAS64, FLIDAS64BIG # # 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 @@ -39,6 +41,16 @@ # # Other notable classes: # +# INSTALL: for autodiscover iso, this is needed. We could also add it to +# the autodiscover grub, but then we have to burn a new iso if we want a +# non-install one. It sets the class for the corresponding INSTALL.var, +# which sets FAI_ACTION=INSTALL. I'm not sure if this variable overrides +# FAI_ACTION outside of autodiscover, todo: test it out, if it doesn't, +# make install be default in 51-multi-boot, and disable it if needed. +# +# DESKTOP: install a bunch of extra packages. For creating X suffix +# basefiles. See README. +# # REPARTITION: we try to reuse partitions/filesystems to install a new # os into a multi-os system, if we see some basic hueristics, like the # right amount of them. This overrides that. @@ -94,9 +106,9 @@ if [[ -e /a/bin/fai/fai-wrapper ]]; then fi fi -echo "FAIBASE" +echo "STANDARD" -echo "PARTITION_PROMPT" +#echo "PARTITION_PROMPT" #echo REPARTITION