update upstream to 9084a3cbc0a55422beea4a55b530c1f03a910617 feb 2024
[automated-distro-installer] / fai / config / class / 50-host-classes
index fc89c1dd6709c8684df9b5ea07079c4eddaf2ed9..d8ba89739f55ed23aa6c1ac069998101acab138a 100755 (executable)
@@ -15,17 +15,12 @@ case $HOSTNAME in
         echo "FAIBASE DEBIAN DEMO XORG XFCE LVM";;
     gnomehost)
         echo "FAIBASE DEBIAN DEMO XORG GNOME";;
-    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
-    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
+    ubuntuhost)
+        echo "FAIBASE DEBIAN DEMO UBUNTU JAMMY JAMMY64 XORG";;
+    rocky)
+        echo "FAIBASE ROCKY"   # you may want to add class XORG here
+        ifclass AMD64 && echo ROCKY9_64
+       ;;
     *)
         echo "FAIBASE DEBIAN DEMO" ;;
 esac