tazlito rev 216

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 06 21:10:08 2011 +0000 (2011-03-06)
parents 4bd265e7688a
children c7eaa37cc566
files tazlito tazlito.conf tazlitobox
line diff
     1.1 --- a/tazlito	Thu Feb 24 14:38:35 2011 +0100
     1.2 +++ b/tazlito	Sun Mar 06 21:10:08 2011 +0000
     1.3 @@ -703,7 +703,7 @@
     1.4  			need_lib=true
     1.5  		fi
     1.6  		cd $TMP_DIR/initfs
     1.7 -		echo "Get slitaz-release..."
     1.8 +		echo "Getting slitaz-release..."
     1.9  		for i in $TMP_DIR/iso/boot/rootfs*.gz; do
    1.10  			( zcat $i 2> /dev/null || unlzma -c $i) | \
    1.11  			cpio -idmu etc/slitaz-release > /dev/null
    1.12 @@ -1695,14 +1695,14 @@
    1.13  			echo "META flavors are not supported."
    1.14  			umount -d $TMP_DIR/iso
    1.15  		elif [ ! -s $TMP_DIR/iso/boot/rootfs.gz ]; then
    1.16 -			echo "No /boot/rootfs.gz in iso image. Need a SliTaz iso."
    1.17 +			echo "No /boot/rootfs.gz in iso image. Needs a SliTaz iso."
    1.18  			umount -d $TMP_DIR/iso
    1.19  		else
    1.20  			( unlzma -c $TMP_DIR/iso/boot/rootfs.gz || \
    1.21  			  zcat $TMP_DIR/iso/boot/rootfs.gz ) | \
    1.22  				( cd $TMP_DIR/rootfs ; cpio -idmu > /dev/null )
    1.23  			if [ ! -s $TMP_DIR/rootfs/etc/slitaz-release ]; then
    1.24 -				echo "No file /etc/slitaz-release in /boot/rootfs.gz of iso image. Need a non loram SliTaz iso."
    1.25 +				echo "No file /etc/slitaz-release in /boot/rootfs.gz of iso image. Needs a non loram SliTaz iso."
    1.26  				umount -d $TMP_DIR/iso
    1.27  			else
    1.28  				ROOTFS_SIZE=$(du -hs $TMP_DIR/rootfs | awk '{ print $1 }')
    1.29 @@ -1773,7 +1773,7 @@
    1.30  		for pkg in `cat $DISTRO_PKGS_LIST`
    1.31  		do
    1.32  			if ! grep -q "$pkg" /var/lib/tazpkg/packages.list; then
    1.33 -				echo "Update: $pkg"
    1.34 +				echo "Updating: $pkg"
    1.35  				up=$(($up + 1))
    1.36  			fi
    1.37  		done
    1.38 @@ -2010,7 +2010,7 @@
    1.39  				status
    1.40  				cd $DISTRO
    1.41  				if [ -s $flavor.rootfs ]; then
    1.42 -					echo "Add $flavor rootfs extra files..."
    1.43 +					echo "Adding $flavor rootfs extra files..."
    1.44  					zcat $flavor.rootfs | \
    1.45  					( cd ${ROOTFS}0$n ; cpio -idmu )
    1.46  				fi
     2.1 --- a/tazlito.conf	Thu Feb 24 14:38:35 2011 +0100
     2.2 +++ b/tazlito.conf	Sun Mar 06 21:10:08 2011 +0000
     2.3 @@ -2,7 +2,7 @@
     2.4  # configuration file.
     2.5  #
     2.6  
     2.7 -# SliTaz version use for ISO name and files path.
     2.8 +# SliTaz version to use for ISO name and files path.
     2.9  SLITAZ_VERSION=`cat /etc/slitaz-release`
    2.10  
    2.11  # Name of the ISO image to generate.
    2.12 @@ -31,5 +31,5 @@
    2.13  # to copy into the rootfs and rootcd of the LiveCD.
    2.14  ADDFILES="$DISTRO/addfiles"
    2.15  
    2.16 -# Qemu emulator options for command: emu-iso
    2.17 +# Qemu emulator options for the command: emu-iso
    2.18  QEMU_OPTS="-m 256"
     3.1 --- a/tazlitobox	Thu Feb 24 14:38:35 2011 +0100
     3.2 +++ b/tazlitobox	Sun Mar 06 21:10:08 2011 +0000
     3.3 @@ -1,8 +1,8 @@
     3.4  #!/bin/sh
     3.5  # 
     3.6  # Gtkdialog box for Tazlito - SliTaz Live Tool.
     3.7 -# Tabs are used for ident ans all action should go into functions to
     3.8 -# separate GUI and commands.
     3.9 +# Tabs are used for indent and all actions should go into functions to
    3.10 +# separate the GUI and commands.
    3.11  #
    3.12  # (C) GNU gpl v3 - SliTaz GNU/Linux 2011.
    3.13  #
    3.14 @@ -46,7 +46,7 @@
    3.15  		-e "tazlito list-flavors --recharge | grep ^[a-z] && sleep 2"
    3.16  }
    3.17  
    3.18 -# When using gen-liveflavor, gen-flavor or gen-distro, user can put some
    3.19 +# When using gen-liveflavor, gen-flavor or gen-distro, a user can put some
    3.20  # addfiles copied into the rootfs.
    3.21  addfiles_action()
    3.22  {
    3.23 @@ -651,7 +651,7 @@
    3.24  
    3.25  case $1 in
    3.26  	*_*)
    3.27 -		# Exec all function called by args (must have an underscore).
    3.28 +		# Exec all functions called by args (must have an underscore).
    3.29  		$1 ;;
    3.30  	*)
    3.31  		# Tazlitobox action.