tiny-slitaz view README.md @ rev 35

helper: fix /etc/packages.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 13 15:37:38 2021 +0000 (2021-07-13)
parents
children 49e3141e5899
line source
1 # Tiny SliTaz
3 Build your configuration from binary packages.
6 ## Tiny SliTaz goals
8 Useful software, expansible, easy to configure, runs fully in RAM, simple, light
9 and fast for minimum hardware resources, i.e. fits on one floppy disk (IDE disk
10 optional), runs on a 386SX processor and needs as little memory as possible
11 (currently 4MB with a 2.6.14 Kernel).
12 [Example](http://doc.slitaz.org/en:guides:pxe#why-use-pxe-the-vnc-example)
15 ## Why this builder?
17 Tiny SliTaz should be as small as possible. Only the necessary software is kept.
18 The package manager is run using this website.
21 ## How is it built?
23 Tiny SliTaz uses a Linux Kernel with an embedded filesystem. An extra initramfs
24 can also be loaded with the configuration files and extra packages.
26 The initramfs is based on [uClibc](http://uclibc.org/) (instead of glibc) and
27 busybox with its config files and filesystem tree from `base-tiny` package you
28 can find in the `wok-tiny` repository.