diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 23:28:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 23:28:42 +0000 |
commit | b1d8e7db0fced98ba2cd049019f8820fd91a0482 (patch) | |
tree | f57502cb47f3036e742e34609a3f485197b3fd73 /scripts | |
parent | 25591c322c9305bd54d3ab80cfaf01ef87640d77 (diff) | |
download | busybox-b1d8e7db0fced98ba2cd049019f8820fd91a0482.tar.gz |
mount: make -f work even without mtab support
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 31a172c56..87bc6bd7e 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -478,6 +478,7 @@ CONFIG_MOUNT=y # CONFIG_FEATURE_MOUNT_HELPERS is not set CONFIG_FEATURE_MOUNT_NFS=y CONFIG_FEATURE_MOUNT_CIFS=y +CONFIG_FEATURE_MOUNT_FAKE=y CONFIG_FEATURE_MOUNT_FLAGS=y CONFIG_FEATURE_MOUNT_FSTAB=y CONFIG_PIVOT_ROOT=y |