SliTaz 4 installation to hard drive
The process is pretty similar to one described at slitaz handbook, though that is outdated.
Here I describe manual (by hand) installation, because "slitaz-installer" was not found in live distribution.
1. Boot from liveCD/USB
2. Format required partitions using gparted (at least we need one root partition, that can be ext4)
3. To mount easily all drives required, just open them in PCManFM (we'll need CD partition and newly created partition)
4. create boot directory on new partition and copy vmlinuz-x.x.xx-slitaz from boot directory of the liveCD
5. copy rootfs*.gz files to the root of new partition
6. extract them using lzma d rootfsX.gz -so | cpio -idu command starting from the last one, i.e. 4-3-2-1 ("u" is added to original command to overwrite already existing files)
7. install grub as described in original manual (autologin can be added to the end of "kernel" line) Samples can be found in /boot/isolinux/isolinux.cfg file at the liveCD
8. remove liveCD and reboot














