tazlito diff 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
line diff
     1.1 --- a/tazlito	Tue Feb 18 20:40:19 2014 +0100
     1.2 +++ b/tazlito	Sat Feb 22 18:15:48 2014 +0000
     1.3 @@ -998,7 +998,7 @@
     1.4  }
     1.5  
     1.6  # Move rootfs to squashfs filesystem(s) to the cdrom writeable with aufs.
     1.7 -# These squashfs may be loaded in ram a boot time.
     1.8 +# These squashfs may be loaded in ram at boot time.
     1.9  # Rootfs are also copied to cdrom for tiny ramsize systems.
    1.10  # Meta flavors are converted to normal flavors.
    1.11  build_loram_cdrom()
    1.12 @@ -1596,7 +1596,7 @@
    1.13  					wget -O - $i/packages.list >> $TMP_DIR/packages.list
    1.14  				done
    1.15  			fi
    1.16 -			#add distro.sh if exist
    1.17 +			# add distro.sh if exists
    1.18  			if [ -s $FLAVORS_REPOSITORY/$FLAVOR/distro.sh ]; then
    1.19  				cp $FLAVORS_REPOSITORY/$FLAVOR/distro.sh $TMP_DIR/$FLAVOR-distro.sh
    1.20  			fi
    1.21 @@ -2416,7 +2416,7 @@
    1.22  
    1.23  Merge multiple rootfs into one iso. Rootfs are like russian dolls
    1.24  i.e: rootfsN is a subset of rootfsN-1
    1.25 -rootfs1 is found in iso, sizeN is the RAM size need to launch rootfsN.
    1.26 +rootfs1 is found in iso, sizeN is the RAM size needed to launch rootfsN.
    1.27  The boot loader will select the rootfs according to the RAM size detected.
    1.28  
    1.29  Example: