[SCM] live-initramfs branch, master, updated. 1.157.3-1-13-g1f4495d

Daniel Baumann daniel at debian.org
Fri Oct 16 14:01:09 UTC 2009


The following commit has been merged in the master branch:
commit 1f4495d3fa4e91f5cd3267a5d0fc1e28c77c0c49
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Oct 16 16:00:06 2009 +0200

    Including udev binaries in initramfs manually for squeeze and newer (Closes: #547149).

diff --git a/hooks/live b/hooks/live
index 697efbf..b286f6e 100755
--- a/hooks/live
+++ b/hooks/live
@@ -58,6 +58,15 @@ do
 	fi
 done
 
+# udev dependencies (squeeze and newer)
+for FILE in /lib/udev/*_id
+do
+	if [ ! -e "${DESTDIR}"/"${FILE}" ]
+	then
+		copy_exec "${FILE}" /lib/udev/
+	fi
+done
+
 # Handling other stuff
 
 # Configuration: keymap (usefull when using encryption)

-- 
live-initramfs



More information about the debian-live-changes mailing list