Comment 1 for bug 456777

Revision history for this message
Miguel Ángel Ferrer (informatica-maferrer) wrote :

The udevd creates the symlinks at /dev/disk/by-uuid when it encounters blkid at $PATH

I found the bug is from initramfs-tools (0.92j)
at end of /usr/share/initramfs-tools/hooks/udev it does:
copy_exec /sbin/blkid /lib/modules

and it should do:
copy_exec /sbin/blkid /sbin

Once it's corrected remember to:
update-initramfs -u

Good luck
__________
M.Á.Ferrer