search for: grubmenu

Displaying 1 result from an estimated 1 matches for "grubmenu".

2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
...DOS' io.sys. * - * grub=<loader> + * grub=<loader>[,<menu>] * same as seg=0x800 file=<loader> & jumping to seg 0x820, * used with GRUB stage2 files. * @@ -124,6 +124,7 @@ static struct options { bool isolinux; bool cmldr; bool grub; + char *grubmenu; bool grldr; bool swap; bool hide; @@ -1269,20 +1270,20 @@ Usage: chain.c32 [options]\n\ chain.c32 label:<label> [<partition>] [options]\n\ chain.c32 boot [<partition>] [options]\n\ chain.c32 fs [options]\n\ -Options: file=<loader&...