# HG changeset patch # User Paul Issott # Date 1250707643 0 # Node ID 78b1b9a2e4fe98f19c9e83fa0cec8cac3b0cc6b0 # Parent 55a872cdf001e9aa86fea605d538a68b2c857b7e Tiny edits diff -r 55a872cdf001 -r 78b1b9a2e4fe tazlito --- a/tazlito Mon Aug 17 10:42:38 2009 +0200 +++ b/tazlito Wed Aug 19 18:47:23 2009 +0000 @@ -89,7 +89,7 @@ clean-distro Remove all files generated by gen-distro. check-distro Help to check if distro is ready to release. merge Merge multiple rootfs into one iso. - repack Recompress rootfs in iso with maximum ration. + repack Recompress rootfs into iso with maximum ratio. burn-iso Burn ISO image to a cdrom using Wodim.\n" } @@ -1121,7 +1121,7 @@ cat << EOT Usage: tazlito merge size1 iso size2 rootfs2 [sizeN rootfsN]... -Merge multiple rootfs into one iso. Rootfs are like russian doll +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. The boot loader will select the rootfs according to the RAM size detected.