Including udev binaries in initramfs manually for squeeze and newer (Closes: #547149).
authorDaniel Baumann <daniel@debian.org>
Fri, 16 Oct 2009 14:00:06 +0000 (16:00 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:06 +0000 (17:48 +0100)
hooks/live

index 697efbf..b286f6e 100755 (executable)
@@ -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)