update to db59a1a2dd 2019-03-07
[automated-distro-installer] / fai / config / class / 50-host-classes
index fc89c1dd6709c8684df9b5ea07079c4eddaf2ed9..f0ba873de76081dc8e57e12fe0c3149c9d3d71c9 100755 (executable)
@@ -19,13 +19,13 @@ case $HOSTNAME in
         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
+       ;;
     *)
         echo "FAIBASE DEBIAN DEMO" ;;
 esac