]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2009-11-11 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Wed, 11 Nov 2009 20:52:04 +0000 (20:52 +0000)
committerRobert Millan <rmh@aybabtu.com>
Wed, 11 Nov 2009 20:52:04 +0000 (20:52 +0000)
commite1f240ff441a68fff67606fec3bee4b4d94b22e0
treefc2dfad247ae7a963d0a285186ce20933a9d0ce7
parentaf7d4de5c2b0bcf40961ae5194a6fa230170d977
2009-11-11  Robert Millan  <rmh.grub@aybabtu.com>

        Support for El Torito without floppy emulation.

        * util/mkisofs/eltorito.c: Include `<errno.h>'.
        (init_boot_catalog): Improve error handling.
        (get_torito_desc): Don't use floppy emulation unless requested by
        user. Patch boot information table when requested via
        `-boot-info-table'.
        * util/mkisofs/iso9660.h (struct eltorito_boot_info): New struct.
        * util/mkisofs/mkisofs.c (use_eltorito_emul_floppy)
        (use_boot_info_table): New variables.
        (OPTION_BOOT_INFO_TABLE, OPTION_NO_EMUL_BOOT)
        (OPTION_ELTORITO_EMUL_FLOPPY): New macros.
        (ld_options): Handle `-boot-info-table', `-no-emul-boot' and
        `--eltorito-emul-floppy'.
        (main): Handle `OPTION_BOOT_INFO_TABLE', `OPTION_NO_EMUL_BOOT'
        and `OPTION_ELTORITO_EMUL_FLOPPY'.
        * util/mkisofs/mkisofs.h (use_eltorito_emul_floppy)
        (use_boot_info_table, get_731): New prototypes.
        * util/mkisofs/write.c (get_731): New function.
ChangeLog
util/mkisofs/eltorito.c
util/mkisofs/iso9660.h
util/mkisofs/mkisofs.c
util/mkisofs/mkisofs.h
util/mkisofs/write.c