X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=40802d0ef1bb896e722a7b5f2b91f9782b3edb46;hb=3039c635545638a79f4f5e7705affb7997e5f918;hp=b023d4bc0ccc77f230fbc4f202fb08e363b61641;hpb=ef7e2f70488d2784cfbf7966f7ba8d0f3689c9fc;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index b023d4b..40802d0 100755 --- a/hooks/live +++ b/hooks/live @@ -32,9 +32,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.d/* > /dev/null 2>&1 +if ls /etc/live/boot.d/*.conf > /dev/null 2>&1 then - for _FILE in /etc/live/boot.d/* + for _FILE in /etc/live/boot.d/*.conf do . ${_FILE} done