2005-08-20 Yoshinori K. Okuji <okuji@enbug.org>
* loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of grub_strcat. * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of grub_strcpy and grub_strlen. Take it into account that a space character is inserted as a delimiter.
This commit is contained in:
parent
6a85ce7953
commit
16ccb8b138
4 changed files with 36 additions and 18 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2005-08-20 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify
|
||||
the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of
|
||||
grub_strcat.
|
||||
|
||||
* loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot
|
||||
file by the option BOOT_IMAGE. Use grub_stpcpy instead of
|
||||
grub_strcpy and grub_strlen. Take it into account that a space
|
||||
character is inserted as a delimiter.
|
||||
|
||||
2005-08-20 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* partmap/pc.c (pc_partition_map_iterate): Include the value of an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue