From: Ian Kelling Date: Sun, 17 Jan 2016 05:09:42 +0000 (-0800) Subject: no demo for default host class X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=6252cf1a2a83b33425fa0fbac87b6d2c16033fd9 no demo for default host class --- diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index fc89c1d..0922b2f 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -27,5 +27,5 @@ case $HOSTNAME in ifclass AMD64 && echo SLC7_64 exit 0 ;; # CentOS/SLC does not use the GRUB class *) - echo "FAIBASE DEBIAN DEMO" ;; + echo "FAIBASE DEBIAN" ;; esac