diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-28 22:34:50 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:15 +0200 |
commit | e66968e72746e4f3e5375e873debe0b42a979707 (patch) | |
tree | 52314bbe109b150b950d0dd8e13f9527eef3614f /backends | |
parent | c99ac9f26c0c70f412844095c9d87d9c1357cb6b (diff) | |
download | live-boot-e66968e72746e4f3e5375e873debe0b42a979707.tar.gz live-boot-e66968e72746e4f3e5375e873debe0b42a979707.zip |
Dropping pre-squeeze udev conditionals in initramfs-tools hook.
Diffstat (limited to 'backends')
-rwxr-xr-x | backends/initramfs-tools/live.hook | 6 |
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 ] |