]> git.ipfire.org Git - thirdparty/grub.git/commit
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Mon, 21 Dec 2009 20:22:12 +0000 (20:22 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 21 Dec 2009 20:22:12 +0000 (20:22 +0000)
commit9b214e3a532d7613993dbef36adc94ba1785b2a9
treea72a5dfe0d3a343a963423fa3180bf1bea74165b
parente930981361b2f4a37507e89a131504ce0efd9ca1
2009-12-21  Robert Millan  <rmh.grub@aybabtu.com>

        * util/mkisofs/msdos_partition.h: New file (based on
        include/grub/msdos_partition.h).
        * util/mkisofs/mkisofs.c (use_protective_msdos_label): New variable.
        (OPTION_PROTECTIVE_MSDOS_LABEL): New macro.
        (ld_options, main): Recognize --protective-msdos-label.
        * util/mkisofs/mkisofs.h (use_protective_msdos_label): New declaration.
        * util/mkisofs/write.c: Include `"msdos_partition.h"'.
        (padblock_write): If `use_protective_msdos_label' is set, patch a
        protective DOS-style label in the output image.

        * util/grub-mkrescue.in: Use --protective-msdos-label.
ChangeLog
util/grub-mkrescue.in
util/mkisofs/mkisofs.c
util/mkisofs/mkisofs.h
util/mkisofs/msdos_partition.h [new file with mode: 0644]
util/mkisofs/write.c