SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:guides:uncommoninst [2014/12/07 13:38]
linea
en:guides:uncommoninst [2015/06/16 09:26]
bellard space saver tip
Line 71: Line 71:
 # cat fdiso* | cpio -i # cat fdiso* | cpio -i
 # rm fdiso*</​code>​ # rm fdiso*</​code>​
 +<note tip>If space is critical, replace the last 2 lines with:
 +<​code>​for i in fdiso*; do cat $i; rm -f $i; done | cpio -i</​code>​
 +</​note>​
 Now you can use any install method from an ISO image. Example: Now you can use any install method from an ISO image. Example:
 <​code>#​ mount -o loop,ro slitaz.iso /​media/​cdrom <​code>#​ mount -o loop,ro slitaz.iso /​media/​cdrom
Line 189: Line 192:
   # mount.posixovl /mnt/slitaz   # mount.posixovl /mnt/slitaz
   # unlzma -c /​media/​cdrom/​boot/​rootfs.gz | ( cd /mnt/slitaz ; cpio -idmu )   # unlzma -c /​media/​cdrom/​boot/​rootfs.gz | ( cd /mnt/slitaz ; cpio -idmu )
 +<note tip> 
 +Windows users can extract the archive http://​mirror.slitaz.org/​iso/​4.0/​slitaz-4.0.zip and look at the file \slitaz\boot\install.txt 
 +</​note>​
 ==== Boot setup ==== ==== Boot setup ====
  
 
en/guides/uncommoninst.txt · Last modified: 2015/06/21 14:28 by linea