wok diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 19849

syslinux/iso2exe: do not update hybrid mbr partitions (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 15 16:52:45 2017 +0100 (2017-03-15)
parents 7c4116e3377f
children d070ffff2c81
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Wed Mar 15 12:56:01 2017 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Wed Mar 15 16:52:45 2017 +0100
     1.3 @@ -595,6 +595,7 @@
     1.4  		for i in 0 1 2 3 ; do
     1.5  			[ $(get $((0x1BE+16*i)) $1 2) == $((0x0080)) ] || continue
     1.6  			store $((0x1CA+16*i)) $(($mb*2048-$h)) $1 32
     1.7 +			store $((0x1C5+16*i)) $(($mb-1)) $1 8
     1.8  		done
     1.9  		if [ $newsz -gt $isosz ]; then
    1.10  			echo "$(($newsz - $isosz)) extra bytes."