Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and /live/image/live...
[live-boot-grml.git] / backends / initramfs-tools / live.hook
index 86ef117..00da049 100755 (executable)
@@ -12,9 +12,9 @@ then
        . /etc/live/boot.conf
 fi
 
-if ls /etc/live/boot.d/*.conf > /dev/null 2>&1
+if ls /etc/live/boot/* > /dev/null 2>&1
 then
-       for _FILE in /etc/live/boot.d/*.conf
+       for _FILE in /etc/live/boot/*
        do
                . ${_FILE}
        done