2009-07-28 Robert Millan <rmh.grub@aybabtu.com>

* loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
        separator for the suggested gfxpayload string (';' collides with the
        parser and needs escaping).
This commit is contained in:
robertmh 2009-07-28 21:40:34 +00:00
parent 3bb7abcfbf
commit 388a7c7593
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-07-28 Robert Millan <rmh.grub@aybabtu.com>
* loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
separator for the suggested gfxpayload string (';' collides with the
parser and needs escaping).
2009-07-28 Vladimir Serbinenko <phcoder@gmail.com>
* loader/i386/multiboot_helper.S (grub_multiboot_backward_relocator):