tazlito diff tazlito @ rev 154

Tiny edits (again)
author Paul Issott <paul@slitaz.org>
date Tue Jan 26 22:06:07 2010 +0000 (2010-01-26)
parents 43ca45a029cf
children cdcbb4ce0ef6
line diff
     1.1 --- a/tazlito	Sun Jan 24 22:21:59 2010 +0000
     1.2 +++ b/tazlito	Tue Jan 26 22:06:07 2010 +0000
     1.3 @@ -95,7 +95,7 @@
     1.4    writeiso        Use running system to generate a bootable ISO (with /home).
     1.5    merge           Merge multiple rootfs into one iso.
     1.6    repack          Recompress rootfs into iso with maximum ratio.
     1.7 -  frugal-install  Frugal install in /boot/frugal from a distro or ISO
     1.8 +  frugal-install  Frugal install in /boot/frugal from a distro or ISO.
     1.9    emu-iso         Emulate an ISO image with Qemu.
    1.10    burn-iso        Burn ISO image to a cdrom using Wodim.\n"
    1.11  }
    1.12 @@ -286,7 +286,7 @@
    1.13  lzma_history_bits()
    1.14  {
    1.15  	#
    1.16 -	# This genertae ISO who boot with Qemu but give
    1.17 +	# This generates an ISO which boots with Qemu but gives
    1.18  	# rootfs errors in frugal or liveUSB mode.
    1.19  	#
    1.20  	#local n
    1.21 @@ -624,7 +624,7 @@
    1.22  		echo ""
    1.23  	    ;;
    1.24  	list-addfiles)
    1.25 -		# Simple list of additonal files in the rootfs
    1.26 +		# Simple list of additional files in the rootfs
    1.27  		echo ""
    1.28  		cd $ADDFILES
    1.29  		find rootfs -type f
    1.30 @@ -824,7 +824,7 @@
    1.31  		rm -Rf $TMP_DIR
    1.32  		;;
    1.33  	gen-liveflavor)
    1.34 -		# Generate a new flavor form the live system.
    1.35 +		# Generate a new flavor from the live system.
    1.36  		FLAVOR=${2%.flavor}
    1.37  		DESC=""
    1.38  		case "$FLAVOR" in
    1.39 @@ -927,7 +927,7 @@
    1.40  		echo ""
    1.41  		;;
    1.42  	upgrade-flavor)
    1.43 -		# Update package list to the lastest versions available.
    1.44 +		# Update package list to the latest versions available.
    1.45  		FLAVOR=${2%.flavor}
    1.46  		if [ -f $FLAVOR.flavor ] || download $FLAVOR.flavor; then
    1.47  			mkdir $TMP_DIR
    1.48 @@ -1381,7 +1381,7 @@
    1.49  			cp -a $ADDFILES/rootcd/* $ROOTCD
    1.50  			status
    1.51  		fi
    1.52 -		# Execute the distro script (used to perform tasks in the rootfs
    1.53 +		# Execute the distro script used to perform tasks in the rootfs
    1.54  		# before compression. Give rootfs path in arg
    1.55  		[ -z $DISTRO_SCRIPT ] && DISTRO_SCRIPT=$TOP_DIR/distro.sh
    1.56  		if [ -x $DISTRO_SCRIPT ]; then