wok diff syslinux/stuff/iso2exe/taziso @ rev 20724

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 08 17:33:45 2019 +0100 (2019-02-08)
parents 02335b48dae1
children 378b0ba41272
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Mon Dec 31 11:54:16 2018 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Fri Feb 08 17:33:45 2019 +0100
     1.3 @@ -1096,13 +1096,14 @@
     1.4  {
     1.5  	[ $(get 1024 "$ISO") -eq 35615 ] && n=2 || n=$((1+$(get 417 "$ISO" 1)))
     1.6  	[ $n -eq 4 ] && n=20
     1.7 +	[ $(get $(($n*512)) "$ISO") -eq 35615 ] || n=13
     1.8  	ddq if="$ISO" bs=512 skip=$n count=20 | zcat 2>/dev/null
     1.9  }
    1.10  
    1.11  hasflavinfo()
    1.12  {
    1.13 -	[ "$(flavdata | ddq bs=1 count=8 | strings)" == \
    1.14 -	  "07070100" ] && menuitem "$@"
    1.15 +	[ "$(flavdata | ddq bs=1 count=7 | strings)" == \
    1.16 +	  "0707010" ] && menuitem "$@"
    1.17  }
    1.18  
    1.19  showfavinfo()
    1.20 @@ -1404,9 +1405,9 @@
    1.21  $(cdexe 'memtest*'	"memtest"	"Get Memtest86 DOS/EXE file") \
    1.22  $(cdfilef 'memtest*'	"fdmemtest"	"Create a Memtest86 boot floppy") \
    1.23  $(cdfilex 'memtest*'	"runmemtest"	"Start Memtest86") \
    1.24 -$(cdexe '?pxe'		"pxe"		"Get SliTaz Web boot DOS/EXE utility") \
    1.25 -$(cdfilef '?pxe'	"fdpxe"		"Create a SliTaz Web boot floppy") \
    1.26 -$(cdfilex '?pxe'	"runpxe"	"Start the SliTaz Web boot utility") \
    1.27 +$(cdexe '?pxe*'		"pxe"		"Get SliTaz Web boot DOS/EXE utility") \
    1.28 +$(cdfilef '?pxe*'	"fdpxe"		"Create a SliTaz Web boot floppy") \
    1.29 +$(cdfilex '?pxe*'	"runpxe"	"Start the SliTaz Web boot utility") \
    1.30  $(misspkg		"missing"	"Install packages to get more options") \
    1.31  $(menuitem		"quit"		"Quit this utility")
    1.32  EOT