From b82fc5cbdeaad468e4454537bbfda007f1109856 Mon Sep 17 00:00:00 2001 From: Marcos Vallim Date: Sun, 30 Jun 2019 21:39:35 -0300 Subject: [PATCH] Update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dad7691..ad22443 100644 --- a/README.md +++ b/README.md @@ -466,9 +466,9 @@ After everything has been installed and preconfigured in the **chrooted** enviro ``` sudo mksquashfs chroot image/casper/filesystem.squashfs ``` - > 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 minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. + > **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 minimize 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. + > **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. 3. Write the filesystem.size ```