mount: Don't pass {,no}auto to kernel - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3a5939e81018a05d710d0f3c8cea8794dd8a1637 | |
parent e3dacbb542daeda7797855b01b3afbf7c433ad5f | |
Author: Michael Forney <[email protected]> | |
Date: Sun, 23 Oct 2016 14:00:29 -0700 | |
mount: Don't pass {,no}auto to kernel | |
Diffstat: | |
M mount.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/mount.c b/mount.c | |
@@ -29,6 +29,7 @@ struct { | |
{ "dirsync", NULL, MS_DIRSYNC }, | |
{ "nodev", "dev", MS_NODEV }, | |
{ "noatime", "atime", MS_NOATIME }, | |
+ { "noauto", "auto", 0 }, | |
{ "nodiratime", "diratime", MS_NODIRATIME }, | |
{ "noexec", "exec", MS_NOEXEC }, | |
{ "nosuid", "suid", MS_NOSUID }, |