Comment 30 for bug 54002

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: [Bug 54002] Re: LVM/MD root filesystem not found by uuid

On Sun, Sep 10, 2006 at 06:26:50PM -0000, Dominik Kubla wrote:
> # egrep -nC1 "Update.*root device.*UUID" /sbin/update-grub
> 751-
> 752:# Update the root device to mount-by-UUID
> 753-kopt=$(convert_kopt_to_uuid "$kopt")

You're making assumptions about the behaviour of a 1000+-line program by
reading one comment.

If you read the convert_kopt_to_uuid function referenced above, you'll see
that it includes conditional code intended to exclude device-mapper (LVM)
and EVMS devices from the conversion.

If you have problems with the conversion, a constructive bug report with
details of your configuration would be appreciated.

Thanks,

--
 - mdz