X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F96-apt-listbugs;h=8a4bc3f5d7726eb9b516cf45a9c6655dd689bf7a;hp=8049d7ef7a1570f091abbde144887b1622b6fffd;hb=9dafaad2fe959f195d68a38655f60d00ee028256;hpb=5a215cd1ae58656569a9e7704c20d0a784eb83c6 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs b/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs index 8049d7e..8a4bc3f 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs +++ b/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs @@ -20,7 +20,7 @@ if ifclass RELEASE ; then set -u 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 if [ -x $target/usr/sbin/apt-listbugs -a -x $target/usr/bin/apt-show-source ] && \