summaryrefslogtreecommitdiff
path: root/utils/isohybrid.in
diff options
context:
space:
mode:
Diffstat (limited to 'utils/isohybrid.in')
-rw-r--r--utils/isohybrid.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/isohybrid.in b/utils/isohybrid.in
index b3a502bc..cfb92ed6 100644
--- a/utils/isohybrid.in
+++ b/utils/isohybrid.in
@@ -165,7 +165,7 @@ if ($de_boot != 0x88 || $de_media != 0 ||
# Now $de_lba should contain the CD sector number for isolinux.bin
seek(FILE, $de_lba*2048+0x40, SEEK_SET) or die "$0: $file: $!\n";
read(FILE, $ibsig, 4);
-if ($ibsig ne "\xf7\xe3\xef\x0d") {
+if ($ibsig ne "\xfb\xc0\x78\x70") {
die "$0: $file: bootloader is missing current (3.81+) isolinux.bin\n".
" hybrid signature; Note that isolinux-debug.bin does not\n".
" support hybrid booting.\n";