2008-04-13 Christian Franke <franke@computer.org>

* util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
        to create a floppy emulation boot CD when non emulation mode
        does not work.
        Enable Joliet CD filesystem extension.
This commit is contained in:
robertmh 2008-04-13 15:13:49 +00:00
parent 9fe8603472
commit e54a72f5cb
2 changed files with 34 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2008-04-13 Christian Franke <franke@computer.org>
* util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
to create a floppy emulation boot CD when non emulation mode
does not work.
Enable Joliet CD filesystem extension.
2008-04-13 Robert Millan <rmh@aybabtu.com>
* kern/misc.c (grub_strncat): Fix off-by-one error.