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

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 14 13:44:59 2019 +0100 (2019-02-14)
parents 02994416f017
children 87d7af51ba68
line diff
     1.1 --- a/syslinux/stuff/iso2exe/init	Wed Feb 13 16:56:42 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/init	Thu Feb 14 13:44:59 2019 +0100
     1.3 @@ -925,7 +925,7 @@
     1.4  	grep -qs 1 /sys/block/$DEV/ro && return
     1.5  	[ "$DEV" ] || return
     1.6  	cat > /tmp/dialog <<EOT
     1.7 -$DIALOG  --clear --title " Select your USB key " \
     1.8 +$DIALOG --clear --title " Select your USB key " \
     1.9  	--menu "\nPlease select the USB key according to its known size.\n\n" \
    1.10  	14 70 4 \
    1.11  	$(for i in $DEV ; do
    1.12 @@ -1012,7 +1012,7 @@
    1.13  	[ $? -eq 0 ] || return
    1.14  	usbdev || return
    1.15  	exec 3>&1
    1.16 -	format=`$DIALOG  --clear --title " Select the filesystem " \
    1.17 +	format=`$DIALOG --clear --title " Select the filesystem " \
    1.18  	--radiolist "\nPlease select the filesystem type to create.\n\n\
    1.19  The filesystem creation will erase all the data \
    1.20  in the USB key." 14 70 4 \
    1.21 @@ -1048,7 +1048,7 @@
    1.22  umount_loram()
    1.23  {
    1.24  	is_loram || return
    1.25 -	rm  /var /usr
    1.26 +	rm /var /usr
    1.27  	umount -d /sqfs
    1.28  	rmdir /sqfs
    1.29  }
    1.30 @@ -1193,7 +1193,7 @@
    1.31  	keymap="$(cat /etc/keymap.conf 2> /dev/null)"
    1.32  	locale="$(sed '/^LANG=/!d;s/.*=//' /etc/locale.conf 2> /dev/null)"
    1.33  	cat > /tmp/dialog <<EOT
    1.34 -$DIALOG  --clear --title " ${isotitle:-Welcome to Linux} " \
    1.35 +$DIALOG --clear --title " ${isotitle:-Welcome to Linux} " \
    1.36  	--menu "" 23 70 17 \
    1.37  $(xfile tazkeymap	"tazkeymap"	"Select keyboard (${keymap:-none})") \
    1.38  $(xfile tazlocale	"tazlocale"	"Select locale (${locale:-none})") \