X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=85a98a3f951a5b16c5553bb7a236a7263b241606;hb=c84df2e0e459c3d13f924d0334fdb836e56d69b2;hp=c2292d5e7176564423c302ccfa94f6505db3944e;hpb=52dcef518bdb95605670b8dc12257057bf7a2dc0;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index c2292d5..85a98a3 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 @@ -61,7 +61,7 @@ cp /usr/share/initramfs-tools/scripts/live-helpers "${DESTDIR}"/scripts # klibc dependencies for FILE in /lib/libacl* /lib/libblkid* /lib/libuuid* /lib/libdevmapper* /lib/libattr* do - if [ ! -e "${DESTDIR}"/"${FILE}" ] + if [ ! -e "${DESTDIR}"/"${FILE}" ] && ls ${FILE} > /dev/null 2>&1 then cp -a "${FILE}" "${DESTDIR}"/"${FILE}" fi