tazlito diff tazlito @ rev 134

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 23 14:13:08 2010 +0000 (2010-01-23)
parents ad976dc83619
children 3482249849cf
line diff
     1.1 --- a/tazlito	Fri Jan 22 17:12:54 2010 +0100
     1.2 +++ b/tazlito	Sat Jan 23 14:13:08 2010 +0000
     1.3 @@ -1470,7 +1470,7 @@
     1.4  	writeiso)
     1.5  		# Writefs to ISO image including /home unlike gen-distro we dont use
     1.6  		# packages to generate a rootfs, we build a compressed rootfs with all 
     1.7 -		# current filesystem similar to 'tazusb writefs'.
     1.8 +		# the current filesystem similar to 'tazusb writefs'.
     1.9  		#
    1.10  		DISTRO="/home/slitaz/distro"
    1.11  		ROOTCD="$DISTRO/rootcd"
    1.12 @@ -1489,7 +1489,7 @@
    1.13  		echo ""
    1.14  		echo -e "\033[1mWrite filesystem to ISO\033[0m
    1.15  ===============================================================================
    1.16 -The command writeiso will write all the current filesystem into a suitable cpio 
    1.17 +The command writeiso will write the current filesystem into a suitable cpio 
    1.18  archive (rootfs.gz) and generate a bootable ISO image (slitaz.iso). 
    1.19  
    1.20  Archive compression: $COMPRESSION"
    1.21 @@ -1574,7 +1574,7 @@
    1.22  		-c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 \
    1.23  		-V "SliTaz" -input-charset iso8859-1 -boot-info-table $ROOTCD
    1.24  		if [ -x /usr/bin/isohybrid ]; then
    1.25 -			echo -n "Create hybrid ISO..."
    1.26 +			echo -n "Creating hybrid ISO..."
    1.27  			/usr/bin/isohybrid $ISO_NAME.iso 2> /dev/null
    1.28  			status
    1.29  		fi