initramfs-tools: hooks/udevhelper tries to copy an unexistent file.
--HG-- extra : convert_revision : a134f157db4571ee999c965e504d4bce188e9125
This commit is contained in:
@@ -109,3 +109,13 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
run_scripts /usr/share/initramfs-tools/hooks
|
run_scripts /usr/share/initramfs-tools/hooks
|
||||||
|
--- hooks/udevhelper.orig 2009-02-25 18:45:49.668815336 +0100
|
||||||
|
+++ hooks/udevhelper 2009-02-25 18:45:57.992588909 +0100
|
||||||
|
@@ -29,7 +29,6 @@ if [ -e $DESTDIR/lib/udev/ ] && [ -e $DE
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
-cp /lib/udev/hotplug.functions $DESTDIR/lib/udev/
|
||||||
|
for program in /lib/udev/*_id; do
|
||||||
|
copy_exec $program /lib/udev/
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user