diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-03 23:52:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-03 23:52:41 +0000 |
commit | 32d49bc70fa544c45421ae475b38b412e610e278 (patch) | |
tree | 964eb7c919ac3712f0a072bf2adbb70d1ca6f22d /util-linux/Config.in | |
parent | c85bfcad5206598e7a1dc82c2144f3129518f7d6 (diff) | |
download | busybox-w32-32d49bc70fa544c45421ae475b38b412e610e278.tar.gz busybox-w32-32d49bc70fa544c45421ae475b38b412e610e278.tar.bz2 busybox-w32-32d49bc70fa544c45421ae475b38b412e610e278.zip |
mkswap: do not do extra seek
mount: add another mount helper call method
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index d236b77b6..e97f84062 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -392,9 +392,11 @@ config FEATURE_MOUNT_HELPERS | |||
392 | depends on MOUNT | 392 | depends on MOUNT |
393 | help | 393 | help |
394 | Enable mounting of virtual file systems via external helpers. | 394 | Enable mounting of virtual file systems via external helpers. |
395 | E.g. mount obexfs#-b00.11.22.33.44.55 /mnt will in effect call | 395 | E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call |
396 | obexfs -b00.11.22.33.44.55 /mnt | 396 | "obexfs -b00.11.22.33.44.55 /mnt" |
397 | The idea is to use such virtual filesystems in /etc/fstab | 397 | Also "mount -t sometype [-o opts] fs /mnt" will try |
398 | "sometype [-o opts] fs /mnt" if simple mount syscall fails. | ||
399 | The idea is to use such virtual filesystems in /etc/fstab. | ||
398 | 400 | ||
399 | config FEATURE_MOUNT_NFS | 401 | config FEATURE_MOUNT_NFS |
400 | bool "Support mounting NFS file systems" | 402 | bool "Support mounting NFS file systems" |