wok-current diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 23787
updated yaml and yaml-dev (0.2.2 -> 0.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 22 07:12:48 2020 +0100 (2020-05-22) |
parents | 04ffefac5707 |
children | d33c3c211ef8 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Thu Aug 01 15:16:29 2019 +0200 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Fri May 22 07:12:48 2020 +0100 1.3 @@ -47,7 +47,7 @@ 1.4 store 24 $SIZE $1 1.5 OFS=$(( 0x7FF0 - $SIZE )) 1.6 printf "Adding rootfs.gz file at %04X (%d bytes) ...\n" $OFS $SIZE 1.7 - cat $TMP/rootfs.gz | ddn of=$1 bs=1 seek=$OFS 1.8 + ddn if=$TMP/rootfs.gz of=$1 bs=1 seek=$OFS 1.9 rm -rf $TMP 1.10 } 1.11