squashfs-tools 1:4.4-ok1 source package in openKylin
Changelog
squashfs-tools (1:4.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
squashfs-tools (1:4.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
squashfs-tools_4.4.orig.tar.gz | 236.2 KiB | a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3 |
squashfs-tools_4.4-ok1.debian.tar.xz | 4.0 KiB | 1f057e461ad16611bf6dff9f9778d94478d1db578d824a4f16ec60faaf8d2ec7 |
squashfs-tools_4.4-ok1.dsc | 1.7 KiB | 9603db82ed09dd0f992a1f813451168285865cd04365792c80a93635564719d5 |
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
compression to compress both files, inodes and directories. Inodes in the
system are very small and all blocks are packed to minimise data overhead.
Block sizes greater than 4K are supported up to a maximum of 64K.
.
Squashfs is intended for general read-only filesystem use, for archival use
(i.e. in cases where a .tar.gz file may be used), and in constrained block
device/memory systems (e.g. embedded systems) where low overhead is needed.