wok diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 23810
syslinux/iso2exe: use isoboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 10:10:30 2020 +0000 (2020-05-25) |
parents | ac1cbda6d814 |
children | c04335df099f |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Sun Oct 20 12:39:13 2019 +0200 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Mon May 25 10:10:30 2020 +0000 1.3 @@ -170,7 +170,7 @@ 1.4 floppy.boot) SIZE=$(($(get 26 "$ISO" 1)*512)) 1.5 OFFSET=$(($(get 64 "$ISO") - 0xC0 - $SIZE));; 1.6 rootfs.gz) SIZE=$(get 24 "$ISO"); OFFSET=$(($stub - $SIZE));; 1.7 - tazboot.com) OFFSET=$(($(get 64 "$ISO") - 0xC0)) 1.8 + isoboot.com) OFFSET=$(($(get 64 "$ISO") - 0xC0)) 1.9 SIZE=$(($stub - $(get 24 "$ISO") - $OFFSET));; 1.10 dosstub) [ "$dosstub" ] && OFFSET=$stub && SIZE=$((0x7FF0 - $OFFSET));; 1.11 boot.md5) [ $(get 0 "$ISO") -eq 23117 ] && 1.12 @@ -242,7 +242,7 @@ 1.13 list() 1.14 { 1.15 HEAP=0 1.16 - for f in win32.exe syslinux.mbr flavor.info floppy.boot tazboot.com \ 1.17 + for f in win32.exe syslinux.mbr flavor.info floppy.boot isoboot.com \ 1.18 rootfs.gz dosstub boot.md5 fs.iso custom.magic custom.append \ 1.19 custom.initrd; do 1.20 fileofs $f 1.21 @@ -423,7 +423,7 @@ 1.22 SYSLINUX_MBR syslinux.mbr 1.23 FLAVOR_INFO flavor.info 1.24 FLOPPY_BOOT floppy.boot 1.25 -TAZBOOT_COM tazboot.com 1.26 +ISOBOOT_COM isoboot.com 1.27 ROOTFS_GZ rootfs.gz 1.28 DOSSTUB dosstub 1.29 BOOT_MD5 boot.md5