WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: squashfs-lzma  (Read 4202 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
squashfs-lzma
« on: March 22, 2009, 06:01:00 AM »
Here is squashfs patched with lzma compression support.  These extensions cannot be used at the same time as the regular squashfs tools and kernel modules.  Images made with regular squashfs are able to be mounted with the lzma patched modules here, but not the other way around.

Code: [Select]
Title:          squashfs-lzma-2.6.26.tcem
Description:    Compressed read-only file system kernel modules.
Version:        3.4-457
Author:         Phillip Lougher, Junjiro Okajima, Tomas M, Igor Pavlov, Petr Vokac
Original-site:  http://squashfs.sourceforge.net/     www.squashfs-lzma.org/   www.kernel.org
Copying-policy: GPL
Size: 21K
Extension_by:   Jason W
Comments:       This extension contains the squashfs-lzma kernel modules.
It has been patched with LZMA support.  This extension is
incompatible with squashfs-2.6.26.tcem and cannot be used
at the same time.  Use this along with squashfs-lzma-tools.tce.
To make a squashfs image of a directory:
# mksquashfs directory/ filename.extensionname
To mount that image
# mkdir dir
mount -t squashfs -o loop filename.extensionname dir
This extension is PPI compatible.
Change-log:     ----
Current:        2009/03/21 First version.

Code: [Select]
Title:          squashfs-lzma-tools.tce
Description:    Compressed read-only file system kernel modules.
Version:        3.4-457
Author:         Phillip Lougher, Junjiro Okajima, Tomas M, Igor Pavlov, Petr Vokac
Original-site:  http://squashfs.sourceforge.net/     www.squashfs-lzma.org/   www.kernel.org
Copying-policy: GPL
Size: 21K
Extension_by:   Jason W
Comments:       This extension contains the squashfs-lzma tools.
It has been patched with LZMA support.  This extension is
incompatible with squashfs-tools.tce and cannot be used
at the same time.  Use this extension along with
squashfs-lzma-2.6.26.tcem.
To make a squashfs image of a directory:
# mksquashfs directory/ filename.extensionname
To mount that image
# mkdir dir
mount -t squashfs -o loop filename.extensionname dir
This extension is PPI compatible.
Change-log:     ----
Current:        2009/03/21 First version.

« Last Edit: March 22, 2009, 06:02:32 AM by Jason W »