* util/grub-install.c (main): Adjust info messages to match
authorColin Watson <cjwatson@ubuntu.com>
Tue, 19 Nov 2013 18:43:05 +0000 (18:43 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 19 Nov 2013 18:43:05 +0000 (18:43 +0000)
installed paths of grub-bios-setup and grub-sparc64-setup.

ChangeLog
util/grub-install.c

index aa1b509..d0e3f56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-19  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub-install.c (main): Adjust info messages to match
+       installed paths of grub-bios-setup and grub-sparc64-setup.
+
 2013-11-19  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-install-common.c (copy_locales): Consistently use
index 454b7b8..78e9a04 100644 (file)
@@ -1399,7 +1399,7 @@ main (int argc, char *argv[])
                                              "boot.img");
        grub_install_copy_file (boot_img_src, boot_img, 1);
 
-       grub_util_info ("%sgrub_bios_setup %s %s %s %s --directory='%s' --device-map='%s' '%s'",
+       grub_util_info ("%sgrub-bios-setup %s %s %s %s --directory='%s' --device-map='%s' '%s'",
                        install_bootsector ? "" : "NOT RUNNING: ",
                        allow_floppy ? "--allow-floppy " : "",
                        verbosity ? "--verbose " : "",
@@ -1425,7 +1425,7 @@ main (int argc, char *argv[])
                                              "boot.img");
        grub_install_copy_file (boot_img_src, boot_img, 1);
 
-       grub_util_info ("%sgrub_sparc_setup %s %s %s %s --directory='%s' --device-map='%s' '%s'",
+       grub_util_info ("%sgrub-sparc64-setup %s %s %s %s --directory='%s' --device-map='%s' '%s'",
                        install_bootsector ? "" : "NOT RUNNING: ",
                        allow_floppy ? "--allow-floppy " : "",
                        verbosity ? "--verbose " : "",