diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-01-14 02:21:41 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 02:21:41 +0100 |
commit | 6928d9f0495d814a08195d0e9805fd91cbb3d384 (patch) | |
tree | 7c70e4c9a721fcb0673b48907908c53d19737b21 /util-linux/Config.src | |
parent | 6967578728a3eef43b7b2be4080dafc1b87f528d (diff) | |
download | busybox-w32-6928d9f0495d814a08195d0e9805fd91cbb3d384.tar.gz busybox-w32-6928d9f0495d814a08195d0e9805fd91cbb3d384.tar.bz2 busybox-w32-6928d9f0495d814a08195d0e9805fd91cbb3d384.zip |
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>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index e4516ddb7..6c1b928da 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -841,6 +841,16 @@ config FEATURE_VOLUMEID_ROMFS | |||
841 | help | 841 | help |
842 | TODO | 842 | TODO |
843 | 843 | ||
844 | config FEATURE_VOLUMEID_SQUASHFS | ||
845 | bool "SquashFS filesystem" | ||
846 | default y | ||
847 | depends on VOLUMEID && FEATURE_BLKID_TYPE | ||
848 | help | ||
849 | Squashfs is a compressed read-only filesystem for Linux. Squashfs is | ||
850 | intended for general read-only filesystem use and in constrained block | ||
851 | device/memory systems (e.g. embedded systems) where low overhead is | ||
852 | needed. | ||
853 | |||
844 | config FEATURE_VOLUMEID_SYSV | 854 | config FEATURE_VOLUMEID_SYSV |
845 | bool "sysv filesystem" | 855 | bool "sysv filesystem" |
846 | default y | 856 | default y |