# HG changeset patch # User Pascal Bellard # Date 1426945197 -3600 # Node ID 7a2963fc6f46d6b59ac934b576e5f4c48593b59f # Parent 57b29da0fd99df51ce7a629fb3d48496eced2003 syslinux/iso2exe: update partition table diff -r 57b29da0fd99 -r 7a2963fc6f46 syslinux/stuff/iso2exe/Makefile --- a/syslinux/stuff/iso2exe/Makefile Sat Mar 21 11:36:21 2015 +0100 +++ b/syslinux/stuff/iso2exe/Makefile Sat Mar 21 14:39:57 2015 +0100 @@ -9,11 +9,10 @@ objcopy -O binary meminfo.o meminfo.exe chmod +x $@ -iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe ../mbr/isohdpfx.bin - cp ../mbr/isohdpfx.bin . +iso2exe: iso2exe.sh boot.com bootiso.bin init win32.exe cp iso2exe.sh $@ chmod +x $@ - ./$@ --build boot.com bootiso.bin init win32.exe isohdpfx.bin + ./$@ --build boot.com bootiso.bin init win32.exe isohybrid.res: isohybrid.rc isohybrid.ico i586-pc-mingw32-windres $< -O coff -o $@ diff -r 57b29da0fd99 -r 7a2963fc6f46 syslinux/stuff/iso2exe/iso2exe.sh --- a/syslinux/stuff/iso2exe/iso2exe.sh Sat Mar 21 11:36:21 2015 +0100 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Sat Mar 21 14:39:57 2015 +0100 @@ -266,7 +266,7 @@ esac case "$(get 0 $1)" in 23117) echo "The file $1 is already an EXE file." 1>&2 && exit 1;; - 0) $0 --get isohdpfx.bin | ddq bs=512 count=1 of=$1 conv=notrunc + 0) [ -x /usr/bin/isohybrid ] && isohybrid $1;; esac echo "Read hybrid & tazlito data..."