From 6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 5 May 2000 19:49:33 +0000 Subject: 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 --- busybox.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'busybox.def.h') 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 @@ // Enable support for a real /etc/mtab file instead of /proc/mounts //#define BB_FEATURE_MOUNT_MTAB_SUPPORT // +// Enable support forced filesystem unmounting +// (i.e. in case of an unreachable NFS system). +#define BB_FEATURE_MOUNT_FORCE +// // Enable support for mounting remote NFS volumes //#define BB_FEATURE_NFSMOUNT // -- cgit v1.2.3