X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=40802d0ef1bb896e722a7b5f2b91f9782b3edb46;hb=516cef1024f401735992bba54ab4922b767b6a6a;hp=b023d4bc0ccc77f230fbc4f202fb08e363b61641;hpb=c3fa44e697b49130269a768f07e8868cf0c7f82f;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