Unifiy local config handling
[grml-live.git] / etc / grml / fai / config / hooks / updatebase.GRMLBASE
index 3a7b9af..7a79cbe 100755 (executable)
@@ -14,7 +14,7 @@ echo grml_chroot > $target/etc/debian_chroot
 
 HOSTNAME=''
 [ -r /etc/grml/grml-live.conf ]  && . /etc/grml/grml-live.conf
-[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local
+[ -n "$GRML_LIVE_LOCAL_CONFIG" ] && . "$GRML_LIVE_LOCAL_CONFIG"
 [ -n "$HOSTNAME" ] || HOSTNAME=grml
 echo "$HOSTNAME" > $target/etc/hostname