wok diff syslinux/stuff/iso2exe/init @ rev 16047

Update MAINTAINER for lufeng369
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 10 11:43:00 2014 +0000 (2014-03-10)
parents 8cf93f4aedd1
children 9c889f88b9fd
line diff
     1.1 --- a/syslinux/stuff/iso2exe/init	Sun Mar 09 14:09:57 2014 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/init	Mon Mar 10 11:43:00 2014 +0000
     1.3 @@ -189,6 +189,10 @@
     1.4  		/media/cdrom/README /media/cdrom/boot/memtest* ; do
     1.5  		[ -s $i ] && cp $i /mnt/slitaz/boot
     1.6  	done
     1.7 +	for i in /mnt/slitaz/boot/memtest /mnt/slitaz/boot/*pxe* ; do
     1.8 +		[ $(get 0 $i 2> /dev/null || echo 0) -eq 23117 ] &&
     1.9 +		mv $i $i.exe
    1.10 +	done
    1.11  	gettazboot /mnt/slitaz/boot/tazboot.exe
    1.12  	unix2dos > /mnt/slitaz/boot/tazboot.cmd <<EOT
    1.13  kernel=/slitaz/boot/bzimage
    1.14 @@ -564,9 +568,9 @@
    1.15  getiso
    1.16  mount_loram
    1.17  case "${ISO##*/}$(getarg mode)" in
    1.18 -*install*)	install ;;
    1.19 -*live*)		live ;;
    1.20 -*text*)		text ;;
    1.21 +*install*|*INSTALL*)	install ;;
    1.22 +*live*|*LIVE*)		live ;;
    1.23 +*text*|*TEXT*)		text ;;
    1.24  esac
    1.25  which $DIALOG 2> /dev/null || live
    1.26  dmesg > /tmp/dmesg