Don't source grml-live.{conf,local} in scripts if not required
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 01-packages
index 5ad6aa9..467586c 100755 (executable)
@@ -9,10 +9,6 @@
 set -u
 set -e
 
-[ -r /etc/grml/grml-live.conf ]  && . /etc/grml/grml-live.conf
-[ -n "$GRML_LIVE_LOCAL_CONFIG" ] && . "$GRML_LIVE_LOCAL_CONFIG"
-
-
 PACKAGE_LIST=/var/log/install_packages.list
 
 if ! [ -r "$target/${PACKAGE_LIST}" ] ; then