From 91ceaa9aef850754bbf35d00e2ca15e0d9513f98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Oct 2009 16:00:06 +0200 Subject: [PATCH] Including udev binaries in initramfs manually for squeeze and newer (Closes: #547149). --- hooks/live | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- 2.1.4