From: Daniel Baumann Date: Fri, 16 Oct 2009 14:00:06 +0000 (+0200) Subject: Including udev binaries in initramfs manually for squeeze and newer (Closes: #547149). X-Git-Tag: debian/2.0.15-1~275 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=91ceaa9aef850754bbf35d00e2ca15e0d9513f98;p=live-boot-grml.git 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)