tazlito rev 104

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Aug 19 18:47:23 2009 +0000 (2009-08-19)
parents 55a872cdf001
children 5d8cf2ac0c6a
files tazlito
line diff
     1.1 --- a/tazlito	Mon Aug 17 10:42:38 2009 +0200
     1.2 +++ b/tazlito	Wed Aug 19 18:47:23 2009 +0000
     1.3 @@ -89,7 +89,7 @@
     1.4    clean-distro    Remove all files generated by gen-distro.
     1.5    check-distro    Help to check if distro is ready to release.
     1.6    merge           Merge multiple rootfs into one iso.
     1.7 -  repack	  Recompress rootfs in iso with maximum ration.
     1.8 +  repack          Recompress rootfs into iso with maximum ratio.
     1.9    burn-iso        Burn ISO image to a cdrom using Wodim.\n"
    1.10  }
    1.11  
    1.12 @@ -1121,7 +1121,7 @@
    1.13  			cat << EOT
    1.14  Usage: tazlito merge size1 iso size2 rootfs2 [sizeN rootfsN]...
    1.15  
    1.16 -Merge multiple rootfs into one iso. Rootfs are like russian doll
    1.17 +Merge multiple rootfs into one iso. Rootfs are like russian dolls
    1.18  i.e: rootfsN is a subset of rootfsN-1
    1.19  rootfs1 is found in iso, sizeN is the RAM size need to launch rootfsN.
    1.20  The boot loader will select the rootfs according to the RAM size detected.