[SCM] debian-live/live-initramfs branch, master, updated. 1.128.1-1-1-g1940953
Daniel Baumann
daniel at debian.org
Sun Apr 13 06:41:06 UTC 2008
The following commit has been merged in the master branch:
commit 19409536faa2cc37b838a80e512e62b7bbe9f886
Author: Daniel Baumann <daniel at debian.org>
Date: Sun Apr 13 08:06:59 2008 +0200
Sorting some lines in live hook.
diff --git a/hooks/live b/hooks/live
index 5c00534..3552f3a 100755
--- a/hooks/live
+++ b/hooks/live
@@ -46,6 +46,12 @@ 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
+ cp -a /lib/${hidden_klibc_dep_library}.so.* "${DESTDIR}"/lib
+done
+
# Handling other stuff
# Configuration: keymap (usefull when using encryption)
@@ -81,8 +87,8 @@ manual_add_modules jffs2
copy_exec /sbin/losetup /sbin
manual_add_modules loop
manual_add_modules squashfs
-manual_add_modules unlzma
manual_add_modules sqlzma
+manual_add_modules unlzma
# Filesystem: unionfs/aufs
manual_add_modules unionfs
@@ -126,9 +132,3 @@ 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