summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-10-16 16:00:06 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:06 +0100
commit91ceaa9aef850754bbf35d00e2ca15e0d9513f98 (patch)
treef1f87e0c2168292f0f0b3129439f632920f1fc63 /hooks
parent19c97eefbfa526a7f3cd32acaf144d33e6831a88 (diff)
downloadlive-boot-91ceaa9aef850754bbf35d00e2ca15e0d9513f98.tar.gz
live-boot-91ceaa9aef850754bbf35d00e2ca15e0d9513f98.zip
Including udev binaries in initramfs manually for squeeze and newer (Closes: #547149).
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)