* util/grub-mkrescue.c (main): Use right source file for bootinfo.txt.
This commit is contained in:
parent
3a129dba59
commit
66c00cb159
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkrescue.c (main): Use right source file for bootinfo.txt.
|
||||
|
||||
2013-11-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install-common.c (grub_install_parse): Recognize
|
||||
|
|
|
@ -679,7 +679,7 @@ main (int argc, char *argv[])
|
|||
char *grub_chrp = grub_util_path_concat (2, source_dirs[GRUB_INSTALL_PLATFORM_POWERPC_IEEE1275],
|
||||
"grub.chrp");
|
||||
char *bisrc = grub_util_path_concat (2, source_dirs[GRUB_INSTALL_PLATFORM_POWERPC_IEEE1275],
|
||||
"grub.chrp");
|
||||
"bootinfo.txt");
|
||||
char *bootx = grub_util_path_concat (2, core_services, "BootX");
|
||||
char *ppc_chrp = grub_util_path_concat (3, iso9660_dir, "ppc", "chrp");
|
||||
char *bitgt = grub_util_path_concat (3, iso9660_dir, "ppc", "bootinfo.txt");
|
||||
|
|
Loading…
Reference in a new issue