projects
/
fai-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ca5b9
)
added STREAM
author
stephen mahood
<mv@fsf.org>
Mon, 23 Feb 2015 16:27:40 +0000
(11:27 -0500)
committer
stephen mahood
<mv@fsf.org>
Mon, 23 Feb 2015 16:27:40 +0000
(11:27 -0500)
class/50-host-classes
patch
|
blob
|
blame
|
history
diff --git
a/class/50-host-classes
b/class/50-host-classes
index fbd332316935e616852270eb9a2d07f6e585e1b0..7ac7ddbda069ca5e67da77f2c6cd0c5bab0fbc94 100755
(executable)
--- a/
class/50-host-classes
+++ b/
class/50-host-classes
@@
-44,7
+44,18
@@
case $HOSTNAME in
echo "FAIBASE KVMGUEST SYSADMIN MYSQLD"
nogrub=1
;;
+ streamstation*)
+ echo "FAIBASE DHCPC SYSADMIN STREAM"
+ nogrub=1
+ ;;
+ freetop*)
+ echo "FAIBASE DHCPC SYSADMIN XORG TRISQUEL WORKSTATION"
+ nogrub=1
+ ;;
+
*)
+
+
echo "FAIBASE DHCPC DEMO XORG GNOME";;
esac