Another fix for Libisofs_mjg_boot_for_grub2 with original grub-mkrescue options
This commit is contained in:
parent
fea7be5168
commit
93f3cb1823
@ -2073,7 +2073,7 @@ int iso_write_system_area(Ecma119Image *t, uint8_t *buf)
|
|||||||
|
|
||||||
|
|
||||||
if (buf[446 + 4] != 0x00) {
|
if (buf[446 + 4] != 0x00) {
|
||||||
if (buf[446 + 4] != 0xef)
|
if (buf[446 + 4] != 0xef && buf[446 + 4] != 0xee)
|
||||||
buf[446] |= 0x80;
|
buf[446] |= 0x80;
|
||||||
|
|
||||||
#ifdef Libisofs_protective_msdos_plus_boot_dummY
|
#ifdef Libisofs_protective_msdos_plus_boot_dummY
|
||||||
|
Loading…
Reference in New Issue
Block a user