Package: yaird
Version: 0.0.12-18
When installing an kernel, I got following error message:
Using mkinitrd.yaird to build the ramdisk.
yaird error: the command /sbin/blkid is not found, so file system type 'auto' for '/dev/hda1' is not supported; use an explicit file system type (/etc/fstab:5) (fatal)
mkinitrd.yaird failed to create initrd image.
Turns out that /sbin/blkid was migrated from libblkid1 to e2fsprogs.
IMHO, yaird should depend on e2fsprogs of version that includes the blkid binary (version
1.39-1 does).
--
Arieh