By the way, I figured out what the problem was.

The lvm2 hook for initramfs-tools is specifically looking for the mapper
path, such as "root=/dev/mapper/vg00-root" as opposed to the canonical path,
"root=/dev/vg00/root"

It regex's out /dev/mapper and then splits on "-" to get the group and
logical volume to activate.

Can the scripts either be updated to recognize either format, or can the
documentation be updated to be very clear on this requirement?

Thanks.
-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to