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

syslinux/iso2exe: update partition table
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 21 14:39:57 2015 +0100 (2015-03-21)
parents 6a2e6eb35735
children 8da7eef6c6d7
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Sat Mar 21 11:15:53 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Sat Mar 21 14:39:57 2015 +0100
     1.3 @@ -266,7 +266,7 @@
     1.4  	esac
     1.5  	case "$(get 0 $1)" in
     1.6  	23117)	echo "The file $1 is already an EXE file." 1>&2 && exit 1;;
     1.7 -	0)	$0 --get isohdpfx.bin | ddq bs=512 count=1 of=$1 conv=notrunc
     1.8 +	0)	[ -x /usr/bin/isohybrid ] && isohybrid $1;;
     1.9  	esac
    1.10  		
    1.11  	echo "Read hybrid & tazlito data..."