udev: /bin/rm is also needed in the initramfs.

--HG--
extra : convert_revision : 4cfa48ce40e73d26a7f0c4ec3d6ceeaabb29937a
This commit is contained in:
Juan RP 2009-03-05 02:08:57 +01:00
parent d25232651f
commit a22d0e1248
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@ esac
. /usr/share/initramfs-tools/hook-functions
# We use pkill
# 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