[kernel] r7062 - people/waldi/linux-modules-extra-2.6/squashfs

Bastian Blank waldi at costa.debian.org
Thu Jul 20 07:16:35 UTC 2006


Author: waldi
Date: Thu Jul 20 07:16:34 2006
New Revision: 7062

Modified:
   people/waldi/linux-modules-extra-2.6/squashfs/defines

Log:
squashfs/defines: Add long description.


Modified: people/waldi/linux-modules-extra-2.6/squashfs/defines
==============================================================================
--- people/waldi/linux-modules-extra-2.6/squashfs/defines	(original)
+++ people/waldi/linux-modules-extra-2.6/squashfs/defines	Thu Jul 20 07:16:34 2006
@@ -1,2 +1,12 @@
 [base]
 desc: Squash filesystem
+longdesc:
+ 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.



More information about the Kernel-svn-changes mailing list