# HG changeset patch # User Paul Issott # Date 1299445808 0 # Node ID 5efb0b404472d4e3f06608f2697143eebe223830 # Parent 4bd265e7688a2af749598fb0a3121c8d39174b92 Tiny edits diff -r 4bd265e7688a -r 5efb0b404472 tazlito --- a/tazlito Thu Feb 24 14:38:35 2011 +0100 +++ b/tazlito Sun Mar 06 21:10:08 2011 +0000 @@ -703,7 +703,7 @@ need_lib=true fi cd $TMP_DIR/initfs - echo "Get slitaz-release..." + echo "Getting slitaz-release..." for i in $TMP_DIR/iso/boot/rootfs*.gz; do ( zcat $i 2> /dev/null || unlzma -c $i) | \ cpio -idmu etc/slitaz-release > /dev/null @@ -1695,14 +1695,14 @@ echo "META flavors are not supported." umount -d $TMP_DIR/iso elif [ ! -s $TMP_DIR/iso/boot/rootfs.gz ]; then - echo "No /boot/rootfs.gz in iso image. Need a SliTaz iso." + echo "No /boot/rootfs.gz in iso image. Needs a SliTaz iso." umount -d $TMP_DIR/iso else ( unlzma -c $TMP_DIR/iso/boot/rootfs.gz || \ zcat $TMP_DIR/iso/boot/rootfs.gz ) | \ ( cd $TMP_DIR/rootfs ; cpio -idmu > /dev/null ) if [ ! -s $TMP_DIR/rootfs/etc/slitaz-release ]; then - echo "No file /etc/slitaz-release in /boot/rootfs.gz of iso image. Need a non loram SliTaz iso." + echo "No file /etc/slitaz-release in /boot/rootfs.gz of iso image. Needs a non loram SliTaz iso." umount -d $TMP_DIR/iso else ROOTFS_SIZE=$(du -hs $TMP_DIR/rootfs | awk '{ print $1 }') @@ -1773,7 +1773,7 @@ for pkg in `cat $DISTRO_PKGS_LIST` do if ! grep -q "$pkg" /var/lib/tazpkg/packages.list; then - echo "Update: $pkg" + echo "Updating: $pkg" up=$(($up + 1)) fi done @@ -2010,7 +2010,7 @@ status cd $DISTRO if [ -s $flavor.rootfs ]; then - echo "Add $flavor rootfs extra files..." + echo "Adding $flavor rootfs extra files..." zcat $flavor.rootfs | \ ( cd ${ROOTFS}0$n ; cpio -idmu ) fi diff -r 4bd265e7688a -r 5efb0b404472 tazlito.conf --- a/tazlito.conf Thu Feb 24 14:38:35 2011 +0100 +++ b/tazlito.conf Sun Mar 06 21:10:08 2011 +0000 @@ -2,7 +2,7 @@ # configuration file. # -# SliTaz version use for ISO name and files path. +# SliTaz version to use for ISO name and files path. SLITAZ_VERSION=`cat /etc/slitaz-release` # Name of the ISO image to generate. @@ -31,5 +31,5 @@ # to copy into the rootfs and rootcd of the LiveCD. ADDFILES="$DISTRO/addfiles" -# Qemu emulator options for command: emu-iso +# Qemu emulator options for the command: emu-iso QEMU_OPTS="-m 256" diff -r 4bd265e7688a -r 5efb0b404472 tazlitobox --- a/tazlitobox Thu Feb 24 14:38:35 2011 +0100 +++ b/tazlitobox Sun Mar 06 21:10:08 2011 +0000 @@ -1,8 +1,8 @@ #!/bin/sh # # Gtkdialog box for Tazlito - SliTaz Live Tool. -# Tabs are used for ident ans all action should go into functions to -# separate GUI and commands. +# Tabs are used for indent and all actions should go into functions to +# separate the GUI and commands. # # (C) GNU gpl v3 - SliTaz GNU/Linux 2011. # @@ -46,7 +46,7 @@ -e "tazlito list-flavors --recharge | grep ^[a-z] && sleep 2" } -# When using gen-liveflavor, gen-flavor or gen-distro, user can put some +# When using gen-liveflavor, gen-flavor or gen-distro, a user can put some # addfiles copied into the rootfs. addfiles_action() { @@ -651,7 +651,7 @@ case $1 in *_*) - # Exec all function called by args (must have an underscore). + # Exec all functions called by args (must have an underscore). $1 ;; *) # Tazlitobox action.