Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:manyinone [2010/11/02 14:46] – linea | en:guides:manyinone [2020/06/16 13:16] (current) – s/pizza.slitaz.me/mypizza.slitaz.org/ bellard | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * and displays an error message with less than 32MB... | * and displays an error message with less than 32MB... | ||
| - | The ISO images slitaz-3.0-3in1.iso and the largest flavor slitaz-3.0.iso share the same size : 31457280 bytes. (caused by the 1MB padding, it should | + | The ISO images slitaz-3.0-3in1.iso and the largest flavor slitaz-3.0.iso share the same size : 31457280 bytes. (caused by the 1MB padding: it would be 123351 bytes larger otherwise). |
| ===== The best way: create a flavor ===== | ===== The best way: create a flavor ===== | ||
| Line 26: | Line 26: | ||
| A meta flavor has no rootfs, rootcd or packages.list. | A meta flavor has no rootfs, rootcd or packages.list. | ||
| - | The **ROOTFS_SELECTION** in the receipt (see http:// | + | The **ROOTFS_SELECTION** in the receipt (see http:// |
| < | < | ||
| Line 36: | Line 36: | ||
| ===== The easy way: using tazlitobox ===== | ===== The easy way: using tazlitobox ===== | ||
| - | Launch **tazlitobox**, | + | Launch **tazlitobox**, |
| + | |||
| + | < | ||
| + | </ | ||
| ===== The cmdline way: using tazlito ===== | ===== The cmdline way: using tazlito ===== | ||
| Line 47: | Line 50: | ||
| tazlito merge 160M slitaz-core.iso 96M rootfs-justx.gz 32M rootfs-base.gz | tazlito merge 160M slitaz-core.iso 96M rootfs-justx.gz 32M rootfs-base.gz | ||
| </ | </ | ||
| + | |||
| + | ===== Is it so useful ? ===== | ||
| + | |||
| + | Ok we can boot the live CD with less RAM but nowadays the computers have a lot of RAM. And booting in text mode is not so sexy... | ||
| + | |||
| + | * booting **live** a (very) old machine with less RAM may be in text mode. But the same PC can have a graphic desktop if SliTaz is installed on hard disk. The SliTaz base flavor can install the distribution. Without the russian dolls trick there is no way to use these machines with the default SliTaz cdrom. | ||
| + | |||
| + | * some people maybe don't like the default application set. They can boot a simpler flavor live (say justx), add their preferred packages, edit the config files and save the result with **tazlito writeiso** | ||
| + | < | ||