volume_id: add squashfs detection
function old new delta volume_id_probe_squashfs - 74 +74 fs1 12 16 +4 Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
6967578728
commit
6928d9f049
@@ -841,6 +841,16 @@ config FEATURE_VOLUMEID_ROMFS
|
||||
help
|
||||
TODO
|
||||
|
||||
config FEATURE_VOLUMEID_SQUASHFS
|
||||
bool "SquashFS filesystem"
|
||||
default y
|
||||
depends on VOLUMEID && FEATURE_BLKID_TYPE
|
||||
help
|
||||
Squashfs is a compressed read-only filesystem for Linux. Squashfs is
|
||||
intended for general read-only filesystem use and in constrained block
|
||||
device/memory systems (e.g. embedded systems) where low overhead is
|
||||
needed.
|
||||
|
||||
config FEATURE_VOLUMEID_SYSV
|
||||
bool "sysv filesystem"
|
||||
default y
|
||||
|
Reference in New Issue
Block a user