# HG changeset patch # User Paul Issott # Date 1393092948 0 # Node ID 980becc97bffb3be7413a4ef2c7aff28de7e2011 # Parent 2939bfe5b2e9db70ef47ea239fd680bf77433e08 Tiny edits diff -r 2939bfe5b2e9 -r 980becc97bff doc/tazlito.en.html --- a/doc/tazlito.en.html Tue Feb 18 20:40:19 2014 +0100 +++ b/doc/tazlito.en.html Sat Feb 22 18:15:48 2014 +0000 @@ -40,7 +40,7 @@ containing additional files which will be copied to the LiveCD when generating the distribution.

Tazlito is distributed under the free GNU licence GPL v.3, installed -by default on SliTaz and installed/sucessfully tested on Debian GNU/Linux. You +by default on SliTaz and installed/successfully tested on Debian GNU/Linux. You will find additional information about creating a LiveCD in the Handbook.

@@ -473,7 +473,7 @@

A meta flavor contains several flavors like nested Russian dolls. The flavor will be launched at startup according to the amount of RAM available. The -ROOTFS_SELECTION variable defines the minimim RAM and corresponding flavor +ROOTFS_SELECTION variable defines the minimum RAM and corresponding flavor parameters, example:

diff -r 2939bfe5b2e9 -r 980becc97bff live.cgi --- a/live.cgi Tue Feb 18 20:40:19 2014 +0100 +++ b/live.cgi Sat Feb 22 18:15:48 2014 +0000 @@ -199,7 +199,7 @@

$(gettext 'Build a hybrid ISO')

-

$(gettext "Add a master boot sector and a EXE header to the ISO image. \ +

$(gettext "Add a master boot sector and an EXE header to the ISO image. \ ")

diff -r 2939bfe5b2e9 -r 980becc97bff tazlito --- a/tazlito Tue Feb 18 20:40:19 2014 +0100 +++ b/tazlito Sat Feb 22 18:15:48 2014 +0000 @@ -998,7 +998,7 @@ } # Move rootfs to squashfs filesystem(s) to the cdrom writeable with aufs. -# These squashfs may be loaded in ram a boot time. +# These squashfs may be loaded in ram at boot time. # Rootfs are also copied to cdrom for tiny ramsize systems. # Meta flavors are converted to normal flavors. build_loram_cdrom() @@ -1596,7 +1596,7 @@ wget -O - $i/packages.list >> $TMP_DIR/packages.list done fi - #add distro.sh if exist + # add distro.sh if exists if [ -s $FLAVORS_REPOSITORY/$FLAVOR/distro.sh ]; then cp $FLAVORS_REPOSITORY/$FLAVOR/distro.sh $TMP_DIR/$FLAVOR-distro.sh fi @@ -2416,7 +2416,7 @@ Merge multiple rootfs into one iso. Rootfs are like russian dolls i.e: rootfsN is a subset of rootfsN-1 -rootfs1 is found in iso, sizeN is the RAM size need to launch rootfsN. +rootfs1 is found in iso, sizeN is the RAM size needed to launch rootfsN. The boot loader will select the rootfs according to the RAM size detected. Example: