X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=c2292d5e7176564423c302ccfa94f6505db3944e;hb=d43ba3e83f32e24cd4f047b6cc37bc4856454a5f;hp=b5d43f266356c7dc58959d0bf3da9ec6eca53d2a;hpb=42053f2dd34349b467e583d0be38e1fbf54a177e;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index b5d43f2..c2292d5 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 @@ -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}" ] && ls ${FILE} > /dev/null 2>&1 + if [ ! -e "${DESTDIR}"/"${FILE}" ] then cp -a "${FILE}" "${DESTDIR}"/"${FILE}" fi @@ -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 @@ -251,10 +246,3 @@ then #mkdir -p $DESTDIR/etc #cp -p /etc/nsswitch.conf $DESTDIR/etc fi - -if [ "${LIVE_UNIONMOUNT}" = "true" ] -then - # UnionMount - # only mount from patched util-linux can do this currently - copy_exec /bin/mount /bin/mount_full -fi