On Sat, Dec 4, 2010 at 4:54 PM, Colin Watson wrote:
> + /* To make this work with submenus, we need to extract entries
> + from the submenu, then return the entry number of the
> + submenu itself if one of its entries (recursively) matches;
> +
On Tue, Nov 30, 2010 at 01:36:15PM +, Žika wrote:
> I like the idea. But how are we to set default kernel, other than
> first, to boot automatically, now...? Old-school method doesn't
> work...
The following patch should fix handling of default='title' for entries
within submenus. I haven't b
I like the idea. But how are we to set default kernel, other than first, to
boot
automatically, now...? Old-school method doesn't work...
Regards...
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
On 11/24/2010 09:21 AM, Colin Watson wrote:
What do people think of this? It's a remarkably small change now that
Vladimir's implemented submenus, and I've had a number of requests for
it.
* util/grub.d/10_linux.in: Put second and subsequent menu entries in
a submenu.
+
What do people think of this? It's a remarkably small change now that
Vladimir's implemented submenus, and I've had a number of requests for
it.
I wonder if it would be worth having some visual indication that a menu
entry is a submenu; but that probably ought to be done centrally.
I don't know