Got bit by this in and old laptop. Have LVM on it, with /usr in its own partitition, and /usr/lib in its own partition.
Fixed by adding
dep_add_modules_mount /usr/lib
to hook_functions, and
if read_fstab_entry /usr/lib; then
log_begin_msg "Mounting /usr/lib file system"
mountfs /usr/lib
log_end_msg
fi
to init.
But I'm afraid any update will throw that away.
Any idea on how to fix in a more permanent fashion?
Thanks,
Gerardo

