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

syslinux/taziso: update for new dialog package
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 16 13:37:17 2019 +0100 (2019-03-16)
parents 02c70d036ea0
children 95dd63067f99
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Tue Feb 26 09:14:07 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Sat Mar 16 13:37:17 2019 +0100
     1.3 @@ -1345,7 +1345,7 @@
     1.4  
     1.5  while true; do
     1.6  	cat > /tmp/dialog$$ <<EOT
     1.7 -$DIALOG  --clear --title " $(isotitle) " --menu "" -2 70 0 \
     1.8 +$DIALOG  --clear --title " $(isotitle) " --menu "" 28 70 30 \
     1.9  $(cdfile 'README*'	"readme"	"Show the README file") \
    1.10  $(gotcustomconf		"getcustomconf"	"Get custom config") \
    1.11  $(gotisomd5		"isomd5"	"Check the ISO image") \