# HG changeset patch # User Pascal Bellard # Date 1355409063 -3600 # Node ID 4a6aaec03e946836383be01ac294a0d5ba956263 # Parent 615ec99f6ff157cdfb4c89a98720b7d76b6a17bd tazlito: may use iso2exe diff -r 615ec99f6ff1 -r 4a6aaec03e94 tazlito --- a/tazlito Sun Dec 09 20:24:35 2012 -0500 +++ b/tazlito Thu Dec 13 15:31:03 2012 +0100 @@ -249,6 +249,11 @@ /usr/bin/isohybrid $1 -entry 2 2> /dev/null status fi + if [ -x /usr/bin/iso2exe ]; then + echo -n "Creating EXE header..." + /usr/bin/iso2exe $1 2> /dev/null + status + fi if [ -s /etc/tazlito/info ]; then if [ $(stat -c %s /etc/tazlito/info) -lt $(( 31*1024 )) ]; then echo -n "Storing ISO info..."