# HG changeset patch # User Paul Issott # Date 1469127035 -3600 # Node ID af73cc7ea672f4d464418299179514a075fc0dcd # Parent 080c97de1a5dca91c4c8deb39d38eb31e6055e94 Tiny edits diff -r 080c97de1a5d -r af73cc7ea672 index.php --- a/index.php Mon Jul 18 18:49:43 2016 +0200 +++ b/index.php Thu Jul 21 19:50:35 2016 +0100 @@ -66,7 +66,7 @@

Tiny SliTaz goals

Useful software, expansible, easy to configure, runs fully in RAM, simple, -light and fast for minimum hardware resources: ie fits on one floppy disk (IDE +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 @@ -83,7 +83,7 @@

Tiny SliTaz uses a Linux Kernel with an embedded filesystem. An extra initramfs -can also be loaded with the configuration and extra packages.

+can also be loaded with the configuration files and extra packages.

The initramfs is based on uClibc and busybox with its The file /etc/packages.conf in the initramfs holds all information to rebuild your Tiny SliTaz system. You should upload your -/etc/packages.conf first if you want to upgrade your system only.

+/etc/packages.conf first if you only want to upgrade your system.

"> Packages configuration: @@ -104,7 +104,7 @@

You can upload a custom Kernel or use an official one. Your Kernel should have an embedded initramfs with busybox like this one.

+href="dist/rootfs.cpio" title="See CONFIG_INITRAMFS_SOURCE">this.

"> diff -r 080c97de1a5d -r af73cc7ea672 step5.php --- a/step5.php Mon Jul 18 18:49:43 2016 +0200 +++ b/step5.php Thu Jul 21 19:50:35 2016 +0100 @@ -22,10 +22,10 @@ Bootable images: @@ -33,7 +33,7 @@ @@ -87,8 +87,8 @@ The kernel can be tuned/patched or you can use an earlier version.

-

You can test Tiny SliTaz without pre-historic hardware using qemu (need the -ne module):

+

You can test Tiny SliTaz without pre-historic hardware using qemu (needs the +net module):

 qemu -cpu 486 -m 4 -net nic,model=ne2k_isa -net tap -fda slitaz.img