X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=3174d17e97f7de5acafa510e6eab79b5261e5987;hb=016995358f95b74d99561780c908f2dac7829ef1;hp=e77c88b9b1ab25b14908061a8befeec2de295547;hpb=cc8e921a9aee8e61805f40ddbc77b349e750e553;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index e77c88b..3174d17 100755 --- a/hooks/live +++ b/hooks/live @@ -30,9 +30,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.conf.d/* > /dev/null 2>&1 +if ls /etc/live/boot.d/* > /dev/null 2>&1 then - for _FILE in /etc/live/boot.conf.d/* + for _FILE in /etc/live/boot.d/* do . ${_FILE} done