[Fai-commit] r6595 - trunk/examples/simple/class

Thomas Lange lange at alioth.debian.org
Mon Jul 11 11:45:31 UTC 2011


Author: lange
Date: 2011-07-11 11:45:31 +0000 (Mon, 11 Jul 2011)
New Revision: 6595

Modified:
   trunk/examples/simple/class/50-host-classes
Log:
add comment


Modified: trunk/examples/simple/class/50-host-classes
===================================================================
--- trunk/examples/simple/class/50-host-classes	2011-07-11 11:35:50 UTC (rev 6594)
+++ trunk/examples/simple/class/50-host-classes	2011-07-11 11:45:31 UTC (rev 6595)
@@ -19,13 +19,13 @@
     puma)
 	echo "FAIBASE DEBIAN DHCPC RAID_XEN_VIRTUAL" ;;
     centos)
-	echo "FAIBASE CENTOS"
+	echo "FAIBASE CENTOS"   # you may want to add class XORG here
 	ifclass I386 && echo CENTOS6_32
 	ifclass AMD64 && echo CENTOS6_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"
+	echo "FAIBASE CENTOS SLC"  # you may want to add class XORG here
 	ifclass I386 && echo SLC6_32
 	ifclass AMD64 && echo SLC6_64
 	exit 0 ;; # CentOS/SLC does not use the GRUB class




More information about the Fai-commit mailing list