tiny-slitaz annotate README.md @ rev 30
Add README.md
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 24 12:34:48 2019 +0300 (2019-09-24) |
parents | |
children | 49e3141e5899 |
rev | line source |
---|---|
al@30 | 1 # Tiny SliTaz |
al@30 | 2 |
al@30 | 3 Build your configuration from binary packages. |
al@30 | 4 |
al@30 | 5 |
al@30 | 6 ## Tiny SliTaz goals |
al@30 | 7 |
al@30 | 8 Useful software, expansible, easy to configure, runs fully in RAM, simple, light |
al@30 | 9 and fast for minimum hardware resources, i.e. fits on one floppy disk (IDE disk |
al@30 | 10 optional), runs on a 386SX processor and needs as little memory as possible |
al@30 | 11 (currently 4MB with a 2.6.14 Kernel). |
al@30 | 12 [Example](http://doc.slitaz.org/en:guides:pxe#why-use-pxe-the-vnc-example) |
al@30 | 13 |
al@30 | 14 |
al@30 | 15 ## Why this builder? |
al@30 | 16 |
al@30 | 17 Tiny SliTaz should be as small as possible. Only the necessary software is kept. |
al@30 | 18 The package manager is run using this website. |
al@30 | 19 |
al@30 | 20 |
al@30 | 21 ## How is it built? |
al@30 | 22 |
al@30 | 23 Tiny SliTaz uses a Linux Kernel with an embedded filesystem. An extra initramfs |
al@30 | 24 can also be loaded with the configuration files and extra packages. |
al@30 | 25 |
al@30 | 26 The initramfs is based on [uClibc](http://uclibc.org/) (instead of glibc) and |
al@30 | 27 busybox with its config files and filesystem tree from `base-tiny` package you |
al@30 | 28 can find in the `wok-tiny` repository. |