# HG changeset patch # User Aleksej Bobylev # Date 1569317688 -10800 # Node ID 11629aa4d9a405b55e45934643f50d747902a2da # Parent 26423b57df4657bb48b532805de0ad87d4436d2e Add README.md diff -r 26423b57df46 -r 11629aa4d9a4 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Sep 24 12:34:48 2019 +0300 @@ -0,0 +1,28 @@ +# Tiny SliTaz + +Build your configuration from binary packages. + + +## Tiny SliTaz goals + +Useful software, expansible, easy to configure, runs fully in RAM, simple, light +and fast for minimum hardware resources, i.e. fits on one floppy disk (IDE disk +optional), runs on a 386SX processor and needs as little memory as possible +(currently 4MB with a 2.6.14 Kernel). +[Example](http://doc.slitaz.org/en:guides:pxe#why-use-pxe-the-vnc-example) + + +## Why this builder? + +Tiny SliTaz should be as small as possible. Only the necessary software is kept. +The package manager is run using this website. + + +## How is it built? + +Tiny SliTaz uses a Linux Kernel with an embedded filesystem. An extra initramfs +can also be loaded with the configuration files and extra packages. + +The initramfs is based on [uClibc](http://uclibc.org/) (instead of glibc) and +busybox with its config files and filesystem tree from `base-tiny` package you +can find in the `wok-tiny` repository.