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

syslinux: tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Feb 17 09:13:31 2015 +0000 (2015-02-17)
parents 17923f312c4e
children 6a2e6eb35735
line diff
     1.1 --- a/syslinux/stuff/iso2exe/init	Sun Feb 15 11:18:31 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/init	Tue Feb 17 09:13:31 2015 +0000
     1.3 @@ -746,7 +746,7 @@
     1.4  	[ $? -eq 0 ] || return
     1.5  	usbdev || return
     1.6  	
     1.7 -	# perform dd in progess bar
     1.8 +	# perform dd in progress bar
     1.9  	max=$(($(cat /sys/block/loop0/size)/2048))
    1.10  	i=0; ddq if=/mnt/$ISO bs=1024k | ( 
    1.11  	while ddq bs=1024k count=1 ; do 
    1.12 @@ -757,7 +757,7 @@
    1.13  			6 70 0 > /dev/tty0 2>&1
    1.14  	done ) > $device
    1.15  
    1.16 -	# partition + fat32 format for the remining space
    1.17 +	# partition + fat32 format for the remaining space
    1.18  	get 446 $device 2 12 | xargs echo | { read dx cx ol oh ll lh 
    1.19  	if [ $dx -eq $((0x3F17)) ]; then
    1.20  		cx=$(($cx & 0xFF00))