Bug#603354: grub-common: grub-probe/grub2 does not recognize DDF1 fakeraid as DMRAID array (trivial fix)
Vladimir 'φ-coder/phcoder' Serbinenko
phcoder at gmail.com
Sun Nov 14 16:09:51 UTC 2010
tag 603354 fixed-upstream
thanks
I've applied your patch upstream
On 11/13/2010 12:39 PM, Modestas Vainius wrote:
> --- a/kern/emu/getroot.c
> +++ b/kern/emu/getroot.c
> @@ -569,6 +569,8 @@
> return 1;
> else if (! strncmp (os_dev, "/dev/mapper/sil_", 16))
> return 1;
> + else if (! strncmp (os_dev, "/dev/mapper/ddf1_", 17))
> + return 1;
>
> return 0;
> }
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 294 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20101114/3cc4a1c5/attachment.pgp>
More information about the Pkg-grub-devel
mailing list