initramfs-tools: hooks/udevhelper tries to copy an unexistent file.
--HG-- extra : convert_revision : a134f157db4571ee999c965e504d4bce188e9125
This commit is contained in:
parent
cb4333e216
commit
3d9bf73432
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue