tazlito rev 339

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 22 18:15:48 2014 +0000 (2014-02-22)
parents 2939bfe5b2e9
children 0744badda2ef
files doc/tazlito.en.html live.cgi tazlito
line diff
     1.1 --- a/doc/tazlito.en.html	Tue Feb 18 20:40:19 2014 +0100
     1.2 +++ b/doc/tazlito.en.html	Sat Feb 22 18:15:48 2014 +0000
     1.3 @@ -40,7 +40,7 @@
     1.4  containing additional files which will be copied to the LiveCD when generating
     1.5  the distribution.</p>
     1.6  <p>Tazlito is distributed under the free GNU licence GPL v.3, installed
     1.7 -by default on SliTaz and installed/sucessfully tested on Debian GNU/Linux. You
     1.8 +by default on SliTaz and installed/successfully tested on Debian GNU/Linux. You
     1.9  will find additional information about creating a LiveCD in the Handbook.</p>
    1.10  
    1.11  
    1.12 @@ -473,7 +473,7 @@
    1.13  
    1.14  <p>A meta flavor contains several flavors like nested Russian dolls. The flavor
    1.15  will be launched at startup according to the amount of RAM available. The
    1.16 -ROOTFS_SELECTION variable defines the minimim RAM and corresponding flavor
    1.17 +ROOTFS_SELECTION variable defines the minimum RAM and corresponding flavor
    1.18  parameters, <a
    1.19  href="http://hg.slitaz.org/flavors/file/tip/core-4in1/receipt">example</a>:</p>
    1.20  
     2.1 --- a/live.cgi	Tue Feb 18 20:40:19 2014 +0100
     2.2 +++ b/live.cgi	Sat Feb 22 18:15:48 2014 +0000
     2.3 @@ -199,7 +199,7 @@
     2.4  
     2.5  <h4 id="hybrid">$(gettext 'Build a hybrid ISO')</h4>
     2.6  
     2.7 -<p>$(gettext "Add a master boot sector and a EXE header to the ISO image. \
     2.8 +<p>$(gettext "Add a master boot sector and an EXE header to the ISO image. \
     2.9  ")</p>
    2.10  
    2.11  <form method="get" action="$SCRIPT_NAME#hybrid">
     3.1 --- a/tazlito	Tue Feb 18 20:40:19 2014 +0100
     3.2 +++ b/tazlito	Sat Feb 22 18:15:48 2014 +0000
     3.3 @@ -998,7 +998,7 @@
     3.4  }
     3.5  
     3.6  # Move rootfs to squashfs filesystem(s) to the cdrom writeable with aufs.
     3.7 -# These squashfs may be loaded in ram a boot time.
     3.8 +# These squashfs may be loaded in ram at boot time.
     3.9  # Rootfs are also copied to cdrom for tiny ramsize systems.
    3.10  # Meta flavors are converted to normal flavors.
    3.11  build_loram_cdrom()
    3.12 @@ -1596,7 +1596,7 @@
    3.13  					wget -O - $i/packages.list >> $TMP_DIR/packages.list
    3.14  				done
    3.15  			fi
    3.16 -			#add distro.sh if exist
    3.17 +			# add distro.sh if exists
    3.18  			if [ -s $FLAVORS_REPOSITORY/$FLAVOR/distro.sh ]; then
    3.19  				cp $FLAVORS_REPOSITORY/$FLAVOR/distro.sh $TMP_DIR/$FLAVOR-distro.sh
    3.20  			fi
    3.21 @@ -2416,7 +2416,7 @@
    3.22  
    3.23  Merge multiple rootfs into one iso. Rootfs are like russian dolls
    3.24  i.e: rootfsN is a subset of rootfsN-1
    3.25 -rootfs1 is found in iso, sizeN is the RAM size need to launch rootfsN.
    3.26 +rootfs1 is found in iso, sizeN is the RAM size needed to launch rootfsN.
    3.27  The boot loader will select the rootfs according to the RAM size detected.
    3.28  
    3.29  Example: