On 11/17/13, Aleš Nesrsta <star...@volny.cz> wrote:
> ...
> Did you change
> something else than misc.c?

No, please see attached diff.

Thanks,

-- 
Javier.
--- orig/grub-core/kern/misc.c  2013-11-09 14:07:56.306069352 -0600
+++ dbg/grub-core/kern/misc.c   2013-11-09 14:17:49.670659588 -0600
@@ -154,7 +154,11 @@
   const char *debug = grub_env_get ("debug");
 
   if (! debug)
+#ifdef GRUB_UTIL
     return;
+#else
+    debug="all";
+#endif
 
   if (grub_strword (debug, "all") || grub_strword (debug, condition))
     {
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to