X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=3174d17e97f7de5acafa510e6eab79b5261e5987;hb=be861fe1338938e427c3bd8864f5ce744c24c2f3;hp=34d6eab7d317b83cdcfa2b8074d103c9842f4a7f;hpb=25036e427f231bc12aca4aeb19d10226b9290e6d;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 34d6eab..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 @@ -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