aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-12 11:20:08 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-12 11:20:08 +0000
commit1e19afd38adae3c44197254255ed43d88ae9726c (patch)
treecb9d153be22d4043e1feffe26b3b42462cc88181 /util-linux/Config.in
parentd5e305944a9db25f57b252cc9f56c18311e68481 (diff)
downloadbusybox-1e19afd38adae3c44197254255ed43d88ae9726c.tar.gz
blkid: new applet. We almost had everything needed for it already
function old new delta display_uuid_cache - 89 +89 blkid_main - 8 +8 applet_names 1871 1877 +6 applet_main 1140 1144 +4 applet_nameofs 570 572 +2 packed_usage 24737 24735 -2 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 109/-2) Total: 107 bytes
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 @@
menu "Linux System Utilities"
+config BLKID
+ bool "blkid"
+ default n
+ select VOLUMEID
+ help
+ Lists labels and UUIDs of all filesystems.
+ WARNING:
+ With all submodules selected, it will add ~8k to busybox.
+
config DMESG
bool "dmesg"
default n
@@ -156,9 +165,7 @@ config FINDFS
default n
select VOLUMEID
help
- This is similar to the findfs program that is part of the e2fsprogs
- package. However, the e2fsprogs version only support ext2/3. This
- version supports those in addition to FAT, swap, and ReiserFS.
+ Prints the name of a filesystem with given laver or UUID.
WARNING:
With all submodules selected, it will add ~8k to busybox.
@@ -651,7 +658,7 @@ config FEATURE_MOUNT_LABEL
select VOLUMEID
help
This allows for specifying a device by label or uuid, rather than by
- name. This feature utilizes the same functionality as findfs.
+ name. This feature utilizes the same functionality as blkid/findfs.
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"