aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pathnames.h')
-rw-r--r--lib/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pathnames.h b/lib/pathnames.h
index 60797f94eb..672b58e92b 100644
--- a/lib/pathnames.h
+++ b/lib/pathnames.h
@@ -128,7 +128,7 @@ Libc5 and glibc 2.0-2.1 have /var/spool/mail, but glibc 2.1.1 has /var/mail.
/* used in login-utils/shutdown.c */
#define _PATH_MTAB "/etc/mtab"
#define _PATH_UMOUNT "/bin/umount"
-#define UMOUNT_ARGS "umount", "-a"
+#define UMOUNT_ARGS "umount", "-a", "-t", "nodevfs"
#define SWAPOFF_ARGS "swapoff", "-a"
/* used in login-utils/setpwnam.h and login-utils/islocal.c */