[PATCH 2/2] Add emdedded-config hidden option to grub-install.

2014-05-19 Thread Glenn Washburn
One thing to note with this patch is that the supplied embedded config file is appended to the normally generated one. I did this to allow the default root and prefix to be generated and subsequently overridden if desired. --- util/grub-install.c | 20 +++- 1 file changed, 19

Re: [PATCH] Allow user-defined functions to override builtins.

2014-05-19 Thread Michel Hermier
Le 19/05/2014 08:37, Glenn Washburn a écrit : Currently, builtin commands take precedence over user-defined functions. This patch reverses that precedence, so that users can "override" builtin commands. Builtin commands may be accessed by issuing the command prefixed by an '@' character. If you

Re: [PATCH] Allow user-defined functions to override builtins.

2014-05-19 Thread Ben Hildred
On Mon, May 19, 2014 at 3:38 AM, Michel Hermier wrote: > Le 19/05/2014 08:37, Glenn Washburn a écrit : > > Currently, builtin commands take precedence over user-defined >> functions. This patch reverses that precedence, so that users can >> "override" builtin commands. Builtin commands may be a

Question: Which module to test if changing code in grub-core/script/script.c and grub-core/commands/wildcard.c

2014-05-19 Thread Mat Troi
Hi, After adding some grub_printf statements for debugging in grub-core/script/script.c and grub-core/commands/wildcard.c, which module do I need to load and test to see my printouts? I tried to reload normal.mod and run some grub commands but I didn't see my changes. Thanks, Mat __