Add initial support for option -C
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 34-hosts
index 1363b95..5ee9c76 100755 (executable)
@@ -11,7 +11,8 @@ set -u
 set -e
 
 HOSTNAME=''
-[ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf
+[ -r /etc/grml/grml-live.conf ]  && . /etc/grml/grml-live.conf
+[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local
 [ -n "$HOSTNAME" ] || HOSTNAME=grml
 
 if [ -r /etc/grml/fai/files/etc/hosts ] ; then