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
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
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
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
__