tiny-slitaz rev 34
index.php: no more embedded filesystem
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 28 18:38:34 2020 +0100 (2020-02-28) |
parents | b79cb203da62 |
children | 798a84e27cc9 |
files | index.php |
line diff
1.1 --- a/index.php Sat Feb 22 16:57:19 2020 +0100 1.2 +++ b/index.php Fri Feb 28 18:38:34 2020 +0100 1.3 @@ -81,14 +81,12 @@ 1.4 1.5 <h3>How is it built?</h3> 1.6 1.7 -<p>Tiny SliTaz uses a Linux Kernel with an <a href="dist/rootfs.cpio" 1.8 -title="See CONFIG_INITRAMFS_SOURCE">embedded filesystem</a>. An extra initramfs 1.9 -can also be loaded with the configuration files and extra packages.</p> 1.10 - 1.11 <p>The initramfs is based on <a href="http://uclibc.org/" 1.12 title="Instead of glibc">uClibc</a> and busybox with its <a 1.13 href="dist/busybox.config.txt">config</a> files and this <a 1.14 href="http://hg.slitaz.org/wok-tiny/file/tip/base-tiny/stuff">filesystem tree</a>. 1.15 +The selected packages, modules and configuration files are stored in this 1.16 +initramfs. 1.17 </p> 1.18 1.19