# HG changeset patch # User Paul Issott # Date 1424164411 0 # Node ID 639e963885dd08deeffb6ddabeaafaf2f6751b28 # Parent 17e313b5b9c1ce7000d6a7a66390808165897de3 syslinux: tiny edits diff -r 17e313b5b9c1 -r 639e963885dd syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Tue Feb 17 09:42:47 2015 +0100 +++ b/syslinux/stuff/iso2exe/init Tue Feb 17 09:13:31 2015 +0000 @@ -746,7 +746,7 @@ [ $? -eq 0 ] || return usbdev || return - # perform dd in progess bar + # perform dd in progress bar max=$(($(cat /sys/block/loop0/size)/2048)) i=0; ddq if=/mnt/$ISO bs=1024k | ( while ddq bs=1024k count=1 ; do @@ -757,7 +757,7 @@ 6 70 0 > /dev/tty0 2>&1 done ) > $device - # partition + fat32 format for the remining space + # partition + fat32 format for the remaining space get 446 $device 2 12 | xargs echo | { read dx cx ol oh ll lh if [ $dx -eq $((0x3F17)) ]; then cx=$(($cx & 0xFF00)) diff -r 17e313b5b9c1 -r 639e963885dd syslinux/stuff/iso2exe/iso2exe.sh --- a/syslinux/stuff/iso2exe/iso2exe.sh Tue Feb 17 09:42:47 2015 +0100 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Tue Feb 17 09:13:31 2015 +0000 @@ -216,7 +216,7 @@ ELTORITOERR No EL TORITO SPECIFICATION signature. CATALOGERR Invalid boot catalog. HYBRIDERR No isolinux.bin hybrid signature. -SUCCESSMSG Now you can create a USB key with your .iso file.\\\\nSimply rename it to a .exe file and run it. +SUCCESSMSG Now you can create a USB key with your .iso file.\\\\nSimply rename it to an .exe file and run it. FORCEMSG You can add --forced to proceed anyway. MD5MSG Computing md5sum... UNINSTALLMSG Uninstall done. diff -r 17e313b5b9c1 -r 639e963885dd syslinux/stuff/iso2exe/taziso --- a/syslinux/stuff/iso2exe/taziso Tue Feb 17 09:42:47 2015 +0100 +++ b/syslinux/stuff/iso2exe/taziso Tue Feb 17 09:13:31 2015 +0000 @@ -262,7 +262,7 @@ $DIALOG --clear \ --title " Select your Windows partition " \ --menu "\nPlease select the Windows partition according to its known size. -The datas will be kept untouched.\n" \ +The data will be kept untouched.\n" \ 17 70 8 \ $(for i in $DEV ; do label="$(blkid | sed "/$i:/!d;s/.*://;s/[^ ]*UUID=[^ ]* //g;s/LABEL=//")" @@ -306,7 +306,7 @@ fi cat > /tmp/dialog$$ < /dev/tty 2>&1 done ) > $device - # partition + fat32 format for the remining space + # partition + fat32 format for the remaining space get 446 $device 2 12 | xargs echo | { read dx cx ol oh ll lh if [ $dx -eq $((0x3F17)) ]; then cx=$(($cx & 0xFF00))