X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=initramfs-tools%2Fhooks%2Flive;fp=hooks%2Flive;h=cfe1534bb1150b3468482bf63e12eb85c1898761;hb=9657ab15cc02aa4c8311ed66dcc95a0b350ce1bb;hp=40802d0ef1bb896e722a7b5f2b91f9782b3edb46;hpb=a87047cbd1df4d17ae0bcce7db98e910ddb9cd99;p=live-boot-grml.git diff --git a/hooks/live b/initramfs-tools/hooks/live similarity index 97% rename from hooks/live rename to initramfs-tools/hooks/live index 40802d0..cfe1534 100755 --- a/hooks/live +++ b/initramfs-tools/hooks/live @@ -50,6 +50,10 @@ then fi [ "${QUIET}" ] || echo -n " "core + +mkdir -p "${DESTDIR}/lib/live" +cp -a /lib/live/boot.sh /lib/live/boot "${DESTDIR}/lib/live" + # Configuration if [ -e /usr/share/live-boot/languagelist ] then @@ -64,10 +68,6 @@ mkdir -p "${DESTDIR}"/lib/live-boot copy_exec /usr/share/live-boot/live-reconfigure /bin copy_exec /usr/share/live-boot/live-preseed /bin -# Scripts -cp /usr/share/initramfs-tools/scripts/live-functions "${DESTDIR}"/scripts -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