# HG changeset patch # User Pascal Bellard # Date 1428918760 -7200 # Node ID 5ca0054c3fbae2e5e5367fd3d1f3510cb3b7bea1 # Parent aece1721c14f7eb0de573f105ed30229095f570d syslinux/taziso: fix ishybrid diff -r aece1721c14f -r 5ca0054c3fba syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Mon Apr 13 11:13:34 2015 +0200 +++ b/syslinux/stuff/iso2exe/init Mon Apr 13 11:52:40 2015 +0200 @@ -646,6 +646,7 @@ ishybrid() { + [ $(get 510 $ISO) -eq 43605 ] || return C=$((2048*$(get $(((17*2048) + 71)) /mnt/$ISO 4))) [ $(get $C /mnt/$ISO 4) -eq 1 ] || return [ $(get $(($C+30)) /mnt/$ISO 4) -eq $((0x88AA55)) ] || return diff -r aece1721c14f -r 5ca0054c3fba syslinux/stuff/iso2exe/taziso --- a/syslinux/stuff/iso2exe/taziso Mon Apr 13 11:13:34 2015 +0200 +++ b/syslinux/stuff/iso2exe/taziso Mon Apr 13 11:52:40 2015 +0200 @@ -805,6 +805,7 @@ ishybrid() { + [ $(get 510 $ISO) -eq 43605 ] || return C=$((2048*$(get $(((17*2048) + 71)) $ISO 4))) [ $(get $C $ISO 4) -eq 1 ] || return [ $(get $(($C+30)) $ISO 4) -eq $((0x88AA55)) ] || return