X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=df38b888827b358166058648db04ad3574fe7de2;hb=7ade5e2c6113530c5f99cfc95880897fcb479f39;hp=fc89c1dd6709c8684df9b5ea07079c4eddaf2ed9;hpb=3bd65f0ca635f1349626c2393a4dd8a50df64f54;p=automated-distro-installer diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index fc89c1d..df38b88 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -15,17 +15,18 @@ case $HOSTNAME in echo "FAIBASE DEBIAN DEMO XORG XFCE LVM";; gnomehost) echo "FAIBASE DEBIAN DEMO XORG GNOME";; + ubuntuhost) + echo "FAIBASE DEBIAN DEMO UBUNTU FOCAL FOCAL64 XORG";; centos) echo "FAIBASE CENTOS" # you may want to add class XORG here - ifclass I386 && echo CENTOS6_32 # AFAIK there's no 32bit C7 - ifclass AMD64 && echo CENTOS7_64 - exit 0 ;; # CentOS does not use the GRUB class + ifclass AMD64 && echo CENTOS8_64 + ;; slchost) # Scientific Linux Cern, is very similar to CentOS. SLC should alsways use the class CENTOS echo "FAIBASE CENTOS SLC" # you may want to add class XORG here ifclass I386 && echo SLC7_32 ifclass AMD64 && echo SLC7_64 - exit 0 ;; # CentOS/SLC does not use the GRUB class + ;; *) echo "FAIBASE DEBIAN DEMO" ;; esac