Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:handbook:installation [2012/04/09 08:39] – linea | en:handbook:installation [2015/04/16 14:22] (current) – multi rootfs bellard | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| < | < | ||
| + | < | ||
| + | Since SliTaz 4.0, multiple rootfs should be copied. | ||
| + | < | ||
| + | You can also copy rootfs4.gz only to get minimum the text mode installation | ||
| + | </ | ||
| Now the necessary files are present, change (//cd//) to the target directory and decompress the file-system. This is done with the //lzma// and //cpio// utilities: | Now the necessary files are present, change (//cd//) to the target directory and decompress the file-system. This is done with the //lzma// and //cpio// utilities: | ||
| Line 102: | Line 107: | ||
| < | < | ||
| # cd /mnt/target | # cd /mnt/target | ||
| - | # | + | # |
| # rm rootfs.gz init | # rm rootfs.gz init | ||
| </ | </ | ||
| + | < | ||
| + | For SliTaz 4.0 and newer: | ||
| + | < | ||
| + | # cd /mnt/target | ||
| + | # unlzma < rootfs4.gz | cpio -id | ||
| + | # unlzma < rootfs3.gz | cpio -id | ||
| + | # unlzma < rootfs2.gz | cpio -id | ||
| + | # unlzma < rootfs1.gz | cpio -id | ||
| + | # rm rootfs* init | ||
| + | </ | ||
| + | </ | ||
| That's it; SliTaz is installed! Before rebooting to start your new SliTaz GNU/Linux installation, | That's it; SliTaz is installed! Before rebooting to start your new SliTaz GNU/Linux installation, | ||