Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:guides:uncommoninst [2014/12/01 17:56] bellarden:guides:uncommoninst [2015/06/21 12:28] (current) – tiny edit linea
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 176: Line 179:
 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).</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 last SliTaz tarballs found in 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>+<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 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.1417456579.txt.gz · Last modified: by bellard