2006-05-08 Marco Gerards <marco@gnu.org>
* conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from this... (kernel_elf_HEADERS): ...to this. Updated all users. (grubof_symlist.c): Renamed from this... (kernel_elf_symlist.c): ...to this. Updated all users. (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'. (grubof_SOURCES): Renamed from this... (kernel_elf_SOURCES): ...to this. (grubof_HEADERS): Renamed from this... (kernel_elf_HEADERS): ...to this. (grubof_CFLAGS): Renamed from this... (kernel_elf_CFLAGS): ...to this. (grubof_ASFLAGS): Renamed from this... (kernel_elf_ASFLAGS): ...to this. (grubof_LDFLAGS): Renamed from this... (kernel_elf_LDFLAGS): ...to this. * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Renamed from this... (kernel_elf_HEADERS): ...to this. Updated all users. (grubof_symlist.c): Renamed from this... (kernel_elf_symlist.c): ...to this. Updated all users. (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'. (grubof_SOURCES): Renamed from this... (kernel_elf_SOURCES): ...to this. (grubof_HEADERS): Renamed from this... (kernel_elf_HEADERS): ...to this. (grubof_CFLAGS): Renamed from this... (kernel_elf_CFLAGS): ...to this. (grubof_ASFLAGS): Renamed from this... (kernel_elf_ASFLAGS): ...to this. (grubof_LDFLAGS): Renamed from this... (kernel_elf_LDFLAGS): ...to this. * util/powerpc/ieee1275/grub-mkimage.c (add_segments): Use `kernel.elf' instead of `grubof'.
This commit is contained in:
parent
05568c2e85
commit
5f0413bd2a
6 changed files with 332 additions and 293 deletions
|
@ -168,7 +168,7 @@ add_segments (char *dir, FILE *out, int chrp, char *mods[])
|
|||
int i;
|
||||
|
||||
/* Read ELF header. */
|
||||
kernel_path = grub_util_get_path (dir, "grubof");
|
||||
kernel_path = grub_util_get_path (dir, "kernel.elf");
|
||||
in = fopen (kernel_path, "rb");
|
||||
if (! in)
|
||||
grub_util_error ("cannot open %s", kernel_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue