X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=19ff26a78a3bd2ee454a13db27c8d04de536ad66;hb=3e6ed90770401e583bfd7c6dfba5aab48caae56c;hp=3174d17e97f7de5acafa510e6eab79b5261e5987;hpb=016995358f95b74d99561780c908f2dac7829ef1;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 3174d17..19ff26a 100755 --- a/hooks/live +++ b/hooks/live @@ -30,9 +30,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.d/* > /dev/null 2>&1 +if ls /etc/live/boot.conf.d/* > /dev/null 2>&1 then - for _FILE in /etc/live/boot.d/* + for _FILE in /etc/live/boot.conf.d/* do . ${_FILE} done @@ -190,12 +190,7 @@ copy_exec /bin/cpio /bin # Program: udev if [ -x /sbin/udevadm ] then - # lenny copy_exec /sbin/udevadm /sbin -else - # etch - copy_exec /sbin/udevtrigger /sbin - copy_exec /sbin/udevsettle /sbin fi if [ -x /usr/bin/udevinfo ] then