Re: [PATCH] Unify rescue and normal commands

2009-03-21 Thread Bean
Committed. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Unify rescue and normal commands

2009-03-08 Thread Bean
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

Re: [PATCH] Unify rescue and normal commands

2009-03-08 Thread phcoder
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

Re: [PATCH] Unify rescue and normal commands

2009-03-08 Thread Robert Millan
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

Re: [PATCH] Unify rescue and normal commands

2009-03-08 Thread Bean
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

Re: [PATCH] Unify rescue and normal commands

2009-03-08 Thread Robert Millan
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