wok-next diff syslinux/stuff/tools/isohybrid.sh @ rev 17454
syslinux/iso2exe: create a vfat partition in usb bootkey (DOS case only)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 18 11:42:27 2014 +0100 (2014-12-18) |
parents | 940b5937e496 |
children | 31e215a4b9bb |
line diff
1.1 --- a/syslinux/stuff/tools/isohybrid.sh Wed Mar 02 11:06:20 2011 +0100 1.2 +++ b/syslinux/stuff/tools/isohybrid.sh Thu Dec 18 11:42:27 2014 +0100 1.3 @@ -71,7 +71,7 @@ 1.4 # read a 32 bits data 1.5 read32() 1.6 { 1.7 - readiso $1 $2 4 | hexdump -e '"" 1/4 "%d" "\n"' 1.8 + readiso $1 $2 4 | od -N 4 -t u4 -An 1.9 } 1.10 1.11 # write a 32 bits data