Moving remaining stuff from /live to /lib/live to avoid further namespace pollution.
[live-boot-grml.git] / scripts / boot.sh
index 11e8094..67585f9 100755 (executable)
@@ -3,8 +3,7 @@
 # set -e
 
 # Reading configuration file from filesystem and live-media
-for _FILE in /etc/live/boot.conf /etc/live/boot/* \
-            /live/image/live/boot.conf /live/image/live/boot/*
+for _FILE in /etc/live/boot.conf /etc/live/boot/*
 do
        if [ -e "${_FILE}" ]
        then