update to 31b795ca71189b326b80666076398f31aea4f2be
[automated-distro-installer] / fai / config / class / 50-host-classes
index f0ba873de76081dc8e57e12fe0c3149c9d3d71c9..df38b888827b358166058648db04ad3574fe7de2 100755 (executable)
@@ -15,10 +15,11 @@ 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
+        ifclass AMD64 && echo CENTOS8_64
        ;;
     slchost)
         # Scientific Linux Cern, is very similar to CentOS. SLC should alsways use the class CENTOS