* util/grub-install.c (main): Adjust info messages to match
installed paths of grub-bios-setup and grub-sparc64-setup.
This commit is contained in:
parent
4402db3ecc
commit
a8c3e5e3c7
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2013-11-19 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/grub-install-common.c (copy_locales): Consistently use
|
* util/grub-install-common.c (copy_locales): Consistently use
|
||||||
|
|
|
@ -1399,7 +1399,7 @@ main (int argc, char *argv[])
|
||||||
"boot.img");
|
"boot.img");
|
||||||
grub_install_copy_file (boot_img_src, boot_img, 1);
|
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: ",
|
install_bootsector ? "" : "NOT RUNNING: ",
|
||||||
allow_floppy ? "--allow-floppy " : "",
|
allow_floppy ? "--allow-floppy " : "",
|
||||||
verbosity ? "--verbose " : "",
|
verbosity ? "--verbose " : "",
|
||||||
|
@ -1425,7 +1425,7 @@ main (int argc, char *argv[])
|
||||||
"boot.img");
|
"boot.img");
|
||||||
grub_install_copy_file (boot_img_src, boot_img, 1);
|
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: ",
|
install_bootsector ? "" : "NOT RUNNING: ",
|
||||||
allow_floppy ? "--allow-floppy " : "",
|
allow_floppy ? "--allow-floppy " : "",
|
||||||
verbosity ? "--verbose " : "",
|
verbosity ? "--verbose " : "",
|
||||||
|
|
Loading…
Reference in a new issue