wok-next diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 19450
syslinux: typo in iso2exe
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 17 15:31:24 2016 +0200 (2016-10-17) |
parents | 986d5902efcf |
children | db21b68f7891 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Sun Oct 02 11:19:07 2016 +0200 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Mon Oct 17 15:31:24 2016 +0200 1.3 @@ -185,7 +185,7 @@ 1.4 custom.append) OFFSET=$((2048*$c+47)) && 1.5 SIZE=$(ddq bs=2k skip=$c if="$ISO" count=1 | \ 1.6 sed '/^append=/!d;s/^[^=]*=.//' | wc -c);; 1.7 - custom.initrd) i=$(ddq bs=2k skip=$c if="$ISO" count=1 | \ 1.8 + custom.initrd) x=$(ddq bs=2k skip=$c if="$ISO" count=1 | \ 1.9 sed '/^append=\|^initrd:/!d' | wc -c) 1.10 OFFSET=$((2048*$c+$x+40)) 1.11 SIZE=$(($(ddq bs=2k skip=$c if="$ISO" count=1 | \