During the bootloader configuration during installion, when using an
LVM root device, the device has the name of
"/dev/<volume_group>/<logical_volume>" which is a "3 part" name
instead of the usual two part name.

This is causing a problem with the bootloader's configuring of the
Root device.  I believe the problem is around line 247 of any.pm.
The following perl construct is used:

{ label => _("Root"), val => \$e->{root}, list => [ map { "/dev/$_->{device}" } 
@$fstab ], not_edit => !$::expert },

I am wondering if this will work correctly with "/dev/VG/root" or it
will end up producing /dev//dev/VG/root.  I'm afraid my "obfuscated
perl" :-) is not quite up to parsing that out and determining what
will result from it.

Thanx,
b.


-- 
Brian J. Murrell

Reply via email to