SliTaz SliTaz Forum

You are not logged in.

#1 2015-04-16 10:26:50

cpcnw
Member
Registered: 2013-01-28
Posts: 41

Minimal Install to HDD

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

#2 2015-04-16 15:10:18

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Minimal Install to HDD

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]