X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=e653aef5a3c7c374e0fa6ee3ee1dfe48dde519a9;hb=81345700ec2e03231cc4a6a57b258187152afa34;hp=c18dfc28f81ce2af4fb4087f4e27f03cfec261b8;hpb=ded4df984b7ba4c77893e0674a9b3dbeba5542dd;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index c18dfc2..e653aef 100755 --- a/hooks/live +++ b/hooks/live @@ -46,6 +46,15 @@ copy_exec /usr/share/live-initramfs/live-preseed /bin cp /usr/share/initramfs-tools/scripts/live-functions "${DESTDIR}"/scripts cp /usr/share/initramfs-tools/scripts/live-helpers "${DESTDIR}"/scripts +# klibc dependencies +for hidden_klibc_dep_library in libacl libblkid libuuid libdevmapper libattr +do + if ls /lib/${hidden_klibc_dep_library}.so.* > /dev/null 2>&1 + then + cp -a /lib/${hidden_klibc_dep_library}.so.* "${DESTDIR}"/lib + fi +done + # Handling other stuff # Configuration: keymap (usefull when using encryption) @@ -81,6 +90,8 @@ manual_add_modules jffs2 copy_exec /sbin/losetup /sbin manual_add_modules loop manual_add_modules squashfs +manual_add_modules sqlzma +manual_add_modules unlzma # Filesystem: unionfs/aufs manual_add_modules unionfs @@ -99,6 +110,9 @@ manual_add_modules ohci1394 manual_add_modules sbp2 manual_add_modules sr_mod +# Hardware: usb +manual_add_modules sd_mod + # Hardware: network auto_add_modules net