WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: squashfs-tools-4.0 updated  (Read 2211 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
squashfs-tools-4.0 updated
« on: June 06, 2009, 11:42:42 AM »
Squashfs 4.0 tools for TC 2.x have been updated.

The behavior of mksquashfs was changed from the default; it used to create files with 700 permissions, now it creates with 664.
The only barriers that can stop you are the ones you create yourself.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: squashfs-tools-4.0 updated
« Reply #1 on: November 11, 2009, 08:32:42 PM »
Updated to default to 4kb block size for ram savings.

Code: [Select]
Title:          squashfs-tools-4.0.tcz
Description:    Compressed read-only file system tools.
Version:        4.0
Author:         Phillip Lougher
Original-site:  http://squashfs.sourceforge.net/
Copying-policy: GPL
Size: 68K
Extension_by:   Jason W
Comments:       This extension contains mksquashfs and unsquashfs.
It uses zlib, no LZMA support is included.
To make a squashfs image of a directory:
# mksquashfs directory/ filename.extensionname
This extension is PPI compatible.
Change-log:     ----
                2009/03/18 First version 3.4.
2009/04/19 Bumped to 4.0.
    2009/06/06 Changed default permissions to 664 (Curaga)
Current: 2009/11/11 Changed default block size to 4kb.