From 93f3cb1823ce9eb8c989729788df1f3f533b4afe Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 28 Dec 2015 11:51:29 +0100 Subject: [PATCH] Another fix for Libisofs_mjg_boot_for_grub2 with original grub-mkrescue options --- libisofs/system_area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/system_area.c b/libisofs/system_area.c index 3dcf57b..b40b743 100644 --- a/libisofs/system_area.c +++ b/libisofs/system_area.c @@ -2073,7 +2073,7 @@ int iso_write_system_area(Ecma119Image *t, uint8_t *buf) if (buf[446 + 4] != 0x00) { - if (buf[446 + 4] != 0xef) + if (buf[446 + 4] != 0xef && buf[446 + 4] != 0xee) buf[446] |= 0x80; #ifdef Libisofs_protective_msdos_plus_boot_dummY