]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-02-09 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sat, 9 Feb 2008 10:46:37 +0000 (10:46 +0000)
committerrobertmh <robertmh@localhost>
Sat, 9 Feb 2008 10:46:37 +0000 (10:46 +0000)
        * util/grub-probe.c (main): When `verbosity > 1', set `debug'
        environment variable to 'all' in order to obtain debug output from
        non-util/ code.
        * util/i386/pc/grub-setup.c (main): Likewise.

ChangeLog
util/grub-probe.c
util/i386/pc/grub-setup.c

index 2e66e76ab4948ab72bcf04865bac2e27944f5f23..6aec4618ae63d2010230866a6e771cd9e9994543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-09  Robert Millan  <rmh@aybabtu.com>
+
+       * util/grub-probe.c (main): When `verbosity > 1', set `debug'
+       environment variable to 'all' in order to obtain debug output from
+       non-util/ code.
+       * util/i386/pc/grub-setup.c (main): Likewise.
+
 2008-02-08  Robert Millan  <rmh@aybabtu.com>
 
        * disk/raid.c (grub_raid_scan_device): Check for
index 062889ca90f25becfa1ac646fd087ce1d412df36..a0d38fba465793affd5fd09c88366f861fcacdac 100644 (file)
@@ -295,6 +295,9 @@ main (int argc, char *argv[])
          }
     }
 
+  if (verbosity > 1)
+    grub_env_set ("debug", "all");
+
   /* Obtain PATH.  */
   if (optind >= argc)
     {
index a101bdbccea0fd612f55fe028ff3d2bd67ccabfa..08404eba202560b248ded037b9a08006c26b0e61 100644 (file)
@@ -653,6 +653,9 @@ main (int argc, char *argv[])
          }
     }
 
+  if (verbosity > 1)
+    grub_env_set ("debug", "all");
+
   /* Obtain DEST_DEV.  */
   if (optind >= argc)
     {