diff options
author | Rob Landley <rob@landley.net> | 2014-09-07 19:33:18 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-09-07 19:33:18 -0500 |
commit | 9b4ea9cf9934d5639a7d1a9b50b90b8d5569ba7e (patch) | |
tree | 0f0b52c716a453b51f341e50eb3f0a9b32cfc195 | |
parent | cc3bf66666cb0d2c8937b1a60c2be8d3f5a49d04 (diff) | |
download | toybox-9b4ea9cf9934d5639a7d1a9b50b90b8d5569ba7e.tar.gz |
Promote mount. It's not perfect, but it basically works now.
-rw-r--r-- | toys/lsb/mount.c (renamed from toys/pending/mount.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mount.c b/toys/lsb/mount.c index 4962df3f..949fb05d 100644 --- a/toys/pending/mount.c +++ b/toys/lsb/mount.c @@ -10,7 +10,7 @@ USE_MOUNT(NEWTOY(mount, "?O:afnrvwt:o*[-rw]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ST config MOUNT bool "mount" - default n + default y help usage: mount [-afFrsvw] [-t TYPE] [-o OPTIONS...] [[DEVICE] DIR] |