summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackends/initramfs-tools/live.hook6
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook
index d66c669..1814211 100755
--- a/backends/initramfs-tools/live.hook
+++ b/backends/initramfs-tools/live.hook
@@ -45,7 +45,6 @@ do
copy_exec "${FILE}"
done
-# wheezy/sid
if [ -e /lib/udev/rules.d/60-cdrom_id.rules ]
then
mkdir -p ${DESTDIR}/lib/udev/rules.d
@@ -172,11 +171,6 @@ then
[ "${QUIET}" ] || echo -n " udev"
copy_exec /sbin/udevadm
fi
-if [ -x /usr/bin/udevinfo ]
-then
- [ "${QUIET}" ] || echo -n " udev"
- copy_exec /usr/bin/udevinfo /bin
-fi
# Program: wget
if [ -x /usr/bin/wget ]