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

libsdl2-ttf-dev: add pkgconfig
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 13:05:10 2019 +0200 (2019-05-01)
parents d3d2872880f0
children 626c3828c08f
line diff
     1.1 --- a/syslinux/stuff/iso2exe/init	Tue Apr 30 21:40:22 2019 +0200
     1.2 +++ b/syslinux/stuff/iso2exe/init	Wed May 01 13:05:10 2019 +0200
     1.3 @@ -537,7 +537,7 @@
     1.4  
     1.5  mkfloppy()
     1.6  {
     1.7 -	dotwait "Create a $(basename $1) boot floppy"
     1.8 +	dotwait "Create a $(basename $1 .exe) boot floppy"
     1.9  	ddq if=$1 of=/dev/fd0
    1.10  	mkfat12 $1
    1.11  	rm -f /tmp/wait
    1.12 @@ -557,14 +557,14 @@
    1.13  pxe()
    1.14  {
    1.15  	gotcdfile "?pxe*"
    1.16 -	$DIALOG --clear --title " Create $(basename $file).exe ? " \
    1.17 +	$DIALOG --clear --title " Create $(basename $file .exe).exe ? " \
    1.18  		--yes-label "Install" --yesno \
    1.19  "\nBoot your operating system from the internet and enjoy a full system
    1.20  working entirely in RAM with speed and stability in mind. The Linux Kernel
    1.21  and the complete SliTaz compressed root filesystem will be loaded into RAM
    1.22  from the Web using PXE and HTTP protocols.\n" 12 70
    1.23  	[ $? -eq 0 ] || return
    1.24 -	cp $file /mnt/$(basename $file).exe
    1.25 +	cp $file /mnt/$(basename $file .exe).exe
    1.26  }
    1.27  
    1.28  fdpxe()