summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/live9
1 files changed, 9 insertions, 0 deletions
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)