diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-05 19:49:33 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-05 19:49:33 +0000 |
commit | 6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068 (patch) | |
tree | e5b0d03dee3ca473422d617ce6985d60f0985c04 /busybox.def.h | |
parent | 9b15e50835dba5b9c86df2cfa89aa8d8ce67cb4a (diff) | |
download | busybox-w32-6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068.tar.gz busybox-w32-6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068.tar.bz2 busybox-w32-6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068.zip |
Add support for "noatime" and "nodiratime" mount flags to mount.
Change umount "-f" to mean force, and actually use umount2.
Change umount "-l" to mean "Do not free loop device".
Updates docs accordingly.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index c5b7de900..a2d216ff7 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -181,6 +181,10 @@ | |||
181 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 181 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
182 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 182 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
183 | // | 183 | // |
184 | // Enable support forced filesystem unmounting | ||
185 | // (i.e. in case of an unreachable NFS system). | ||
186 | #define BB_FEATURE_MOUNT_FORCE | ||
187 | // | ||
184 | // Enable support for mounting remote NFS volumes | 188 | // Enable support for mounting remote NFS volumes |
185 | //#define BB_FEATURE_NFSMOUNT | 189 | //#define BB_FEATURE_NFSMOUNT |
186 | // | 190 | // |