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

syslinux: tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Feb 17 09:13:31 2015 +0000 (2015-02-17)
parents 0a62ae54d391
children 6a2e6eb35735
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Mon Feb 16 09:31:04 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Tue Feb 17 09:13:31 2015 +0000
     1.3 @@ -262,7 +262,7 @@
     1.4  $DIALOG --clear \
     1.5  	--title " Select your Windows partition " \
     1.6  	--menu "\nPlease select the Windows partition according to its known size.
     1.7 -The datas will be kept untouched.\n" \
     1.8 +The data will be kept untouched.\n" \
     1.9  	17 70 8 \
    1.10  	$(for i in $DEV ; do
    1.11  		label="$(blkid | sed "/$i:/!d;s/.*://;s/[^ ]*UUID=[^ ]* //g;s/LABEL=//")"
    1.12 @@ -306,7 +306,7 @@
    1.13  	fi
    1.14  	cat > /tmp/dialog$$ <<EOT
    1.15  $DIALOG --clear \
    1.16 -	--title "Please select the directory with every custom packages to install." \
    1.17 +	--title "Please select the directory with every custom package to install." \
    1.18  	--cancel-label "Skip" \
    1.19  	--dselect $PWD 13 78
    1.20  EOT
    1.21 @@ -794,7 +794,7 @@
    1.22  	[ $? -eq 0 ] || return
    1.23  	usbdev || return
    1.24  	
    1.25 -	# perform dd in progess bar
    1.26 +	# perform dd in progress bar
    1.27  	max=$(($(stat -c %s $ISO)/2048))
    1.28  	i=0; ddq if=$ISO bs=1024k | ( 
    1.29  	while ddq bs=1024k count=1 ; do 
    1.30 @@ -805,7 +805,7 @@
    1.31  			6 70 0 > /dev/tty 2>&1
    1.32  	done ) > $device
    1.33  
    1.34 -	# partition + fat32 format for the remining space
    1.35 +	# partition + fat32 format for the remaining space
    1.36  	get 446 $device 2 12 | xargs echo | { read dx cx ol oh ll lh 
    1.37  	if [ $dx -eq $((0x3F17)) ]; then
    1.38  		cx=$(($cx & 0xFF00))