X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;fp=fai%2Fconfig%2Fclass%2F50-host-classes;h=d8ba89739f55ed23aa6c1ac069998101acab138a;hp=df38b888827b358166058648db04ad3574fe7de2;hb=723056c40d38694c14d9bcb6b4a3108f7054a2a1;hpb=94a151efd665eb0214c2c85604b81377fb346de8 diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index df38b88..d8ba897 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -16,16 +16,10 @@ case $HOSTNAME in 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 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 + 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" ;;