You are not logged in.
Pages: 1
Hi
Using this guide http://doc.slitaz.org/en:handbook:installation
and taking the manual option;
Am I right in assuming that rootfs4 is the equivalent to 'base install' and nothing else?
Or is there another way to do a minimal install to HDD?
Thanks
Offline
Am I right in assuming that rootfs4 is the equivalent to 'base install' and nothing else?
Yes,the manual full install guide has been updated.
Install base:
[c]# unlzma < rootfs4.gz | cpio -id[/c]
Install justx:
[c]# unlzma < rootfs4.gz | cpio -id[/c]
[c]# unlzma < rootfs3.gz | cpio -id[/c]
Install gtkonly:
[c]# unlzma < rootfs4.gz | cpio -id[/c]
[c]# unlzma < rootfs3.gz | cpio -id[/c]
[c]# unlzma < rootfs2.gz | cpio -id[/c]
Install core:
[c]# unlzma < rootfs4.gz | cpio -id[/c]
[c]# unlzma < rootfs3.gz | cpio -id[/c]
[c]# unlzma < rootfs2.gz | cpio -id[/c]
[c]# unlzma < rootfs1.gz | cpio -id[/c]
To generate a single rootfs.gz for a manual frugal install.
Copy the applicable rootfs*.gz to a directory.
[c]cd[/c] into the directory.
[c]cat $(ls -r rootfs*.gz) > rootfs.gz[/c]
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]