udev: use pkill and rm from busybox in the initramfs hook.

Bump revision.

--HG--
extra : convert_revision : 0bd72f6a716dcf86183c04efff4c2a4b48efeba0
This commit is contained in:
Juan RP 2009-10-08 16:58:12 +02:00
parent d3b7ea77b7
commit e4b9a3100f
2 changed files with 1 additions and 5 deletions

View file

@ -20,10 +20,6 @@ esac
. /usr/share/initramfs-tools/hook-functions
# We use pkill and rm
copy_exec /usr/bin/pkill /sbin
copy_exec /bin/rm /bin
# Copy across the udev binaries
copy_exec /sbin/udevd /sbin
copy_exec /sbin/udevadm /sbin