X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=5c00534c3010cca1057b0f17452bc2151f026705;hb=ae390c1ac1c856639e480597f682283872808fa8;hp=ca2a761828fcff5b2a986665cfd275afc82301cf;hpb=9441f14287cbfe66bed8ffecc51072d532eaaa74;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index ca2a761..5c00534 100755 --- a/hooks/live +++ b/hooks/live @@ -101,6 +101,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 @@ -123,3 +126,9 @@ if [ -x /usr/bin/wget ] then copy_exec /usr/bin/wget /bin fi + +# Fix missing klibc deps +for hidden_klibc_dep_library in libacl libblkid libuuid libdevmapper libattr +do + cp -a /lib/${hidden_klibc_dep_library}.so.* ${DESTDIR}/lib +done