Add initial support for option -C
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 95-package-information
index e6d82f8..9a9fd84 100755 (executable)
@@ -8,7 +8,8 @@
 ################################################################################
 
 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 ! [ -d /var/log/fai/"$HOSTNAME"/last/ ] ; then