tiny-slitaz
annotate README.md @ rev 37
helper: don't build slitaz.iso twice
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Tue Sep 26 17:11:06 2023 +0000 (14 months ago) |
parents |
49e3141e5899 |
children |
|
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
|
pascal@37
|
11 (currently 4MB with a 2.6.20 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
|
pascal@37
|
23 Tiny SliTaz uses a Linux Kernel and a initramfs.
|
al@30
|
24
|
al@30
|
25 The initramfs is based on [uClibc](http://uclibc.org/) (instead of glibc) and
|
al@30
|
26 busybox with its config files and filesystem tree from `base-tiny` package you
|
al@30
|
27 can find in the `wok-tiny` repository.
|