[SCM] debian-live/live-initramfs branch, master, updated. 1.127.1-1-4-g3ac7ac8

Marco Amadori marco.amadori at gmail.com
Fri Apr 4 08:27:43 UTC 2008


The following commit has been merged in the master branch:
commit a386975043b019bb4e5a6ca3dbdb8dce34e93f3a
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Thu Apr 3 22:43:12 2008 +0200

    Klibc: added some libraries to the intramfs.
    
     * Some klibc programs (cp, mount, umount) needs those libraries and
       initramfs-tools cannot automatically adds them if needed.
    
    Signed-off-by: Marco Amadori <marco.amadori at gmail.com>

diff --git a/hooks/live b/hooks/live
index a4aced3..5c00534 100755
--- a/hooks/live
+++ b/hooks/live
@@ -126,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

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list