grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] just skip over invalid/unsupported RAID


From: Felix Zielcke
Subject: Re: [PATCH] just skip over invalid/unsupported RAID
Date: Mon, 11 Aug 2008 18:50:18 +0200

Am Montag, den 11.08.2008, 16:28 +0200 schrieb Robert Millan:
> GRUB_MOD_INIT(raid) could handle them just fine, with something like:
> 
>   grub_print_error ();
>   grub_errno = GRUB_ERR_NONE;
> 
> if an error was found.
> 

Thanks for your hint, this is now something I thought initially with the
invalid BSD partitions.
Showing an error but not aborting the whole thing.
Attached is now a patch wich just adds these 2 things.

I should really take me the time to just look at the Sourcecode and
trying to understand it :)

I don't care much about the changelog, if you e.g. don't like the 2nd
sentence then just remove it please on commit.


2008-08-11  Felix Zielcke  <address@hidden>

        * disk/raid.c (GRUB_MOD_INIT): Use grub_print_error() to show RAID 
        errors and reset grub_errno. Do not give errors to the underlying layer.

Attachment: raid.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]