Committed.
--
Bean
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
On Sun, Mar 8, 2009 at 9:07 PM, Robert Millan wrote:
> On Fri, Mar 06, 2009 at 01:40:36AM +0800, Bean wrote:
>> Hi,
>>
>> This patch unify the two command set, make them available in both
>> rescue and normal mode.
>
> Could you provide a bit of insight on what we archieve with this? I assume
> t
Robert Millan wrote:
On Fri, Mar 06, 2009 at 01:40:36AM +0800, Bean wrote:
Hi,
This patch unify the two command set, make them available in both
rescue and normal mode.
Could you provide a bit of insight on what we archieve with this? I assume
the idea is that a number of commands no longer
On Fri, Mar 06, 2009 at 01:40:36AM +0800, Bean wrote:
> Hi,
>
> This patch unify the two command set, make them available in both
> rescue and normal mode.
Could you provide a bit of insight on what we archieve with this? I assume
the idea is that a number of commands no longer need to drag norm
On Sun, Mar 8, 2009 at 8:28 PM, Robert Millan wrote:
> On Sun, Mar 08, 2009 at 01:25:37AM +0800, Bean wrote:
>> Hi,
>>
>> This is an update version of the patch:
>>
>> 1, Add new base class grub_prio_list, which represent a named list
>> with priority parameter:
>>
>> struct
>> {
>> next;
>> n
On Sun, Mar 08, 2009 at 01:25:37AM +0800, Bean wrote:
> Hi,
>
> This is an update version of the patch:
>
> 1, Add new base class grub_prio_list, which represent a named list
> with priority parameter:
>
> struct
> {
> next;
> name;
> prio;
> }
>
> The list would be sorted by name, then b