aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2ba9f0166..ba0916a50 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -5,6 +5,15 @@
5 5
6menu "Linux System Utilities" 6menu "Linux System Utilities"
7 7
8config BLKID
9 bool "blkid"
10 default n
11 select VOLUMEID
12 help
13 Lists labels and UUIDs of all filesystems.
14 WARNING:
15 With all submodules selected, it will add ~8k to busybox.
16
8config DMESG 17config DMESG
9 bool "dmesg" 18 bool "dmesg"
10 default n 19 default n
@@ -156,9 +165,7 @@ config FINDFS
156 default n 165 default n
157 select VOLUMEID 166 select VOLUMEID
158 help 167 help
159 This is similar to the findfs program that is part of the e2fsprogs 168 Prints the name of a filesystem with given laver or UUID.
160 package. However, the e2fsprogs version only support ext2/3. This
161 version supports those in addition to FAT, swap, and ReiserFS.
162 WARNING: 169 WARNING:
163 With all submodules selected, it will add ~8k to busybox. 170 With all submodules selected, it will add ~8k to busybox.
164 171
@@ -651,7 +658,7 @@ config FEATURE_MOUNT_LABEL
651 select VOLUMEID 658 select VOLUMEID
652 help 659 help
653 This allows for specifying a device by label or uuid, rather than by 660 This allows for specifying a device by label or uuid, rather than by
654 name. This feature utilizes the same functionality as findfs. 661 name. This feature utilizes the same functionality as blkid/findfs.
655 662
656config FEATURE_MOUNT_NFS 663config FEATURE_MOUNT_NFS
657 bool "Support mounting NFS file systems" 664 bool "Support mounting NFS file systems"