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
en:guides:uncommoninst [2013/05/07 08:38]
bellard [Prepare a floppy set]
en:guides:uncommoninst [2015/06/21 14:28] (current)
linea tiny edit
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 175: Line 178:
  
 Both notes in 'Loop install'​ section about bzImage extraction and UUID/LABEL also apply here. Both notes in 'Loop install'​ section about bzImage extraction and UUID/LABEL also apply here.
-<note tip>The subdirectory install does not use exotic packages from preinit. You can use any SliTaz flavor (except lorams). ​However this is not recommended because ​the RAM filesystem is not fully disallocated</​note>​+<note tip>The subdirectory install does not use exotic packages from preinit. You can use any SliTaz flavor (except lorams).</​note>​ 
 +<note tip>The subdirectory install can be easily tested with a [[wp>​Raspberry_Pi]] running [[wp>​Raspbian]] with the [[http://​hg.slitaz.org/​slitaz-arm/​raw-file/​tip/​rpi/​tazbian|tazbian]] script. This script creates a raspbian package from the latest SliTaz tarballs found on the [[http://​mirror.slitaz.org/​arm/​rpi/​|mirror]] . The installation of this package <​code>​$ sudo dpkg -i slitaz-<​VERSION>​-1_armhf.deb</​code>​ will install SliTaz in /​var/​os/​slitaz and setup a multiboot. It does not remove rasbian or alter partitions.</​note>​
  
 ===== Subdirectory install in a non-Posix filesystem ===== ===== Subdirectory install in a non-Posix filesystem =====
Line 188: 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.1367908696.txt.gz · Last modified: 2013/05/07 08:38 by bellard