Merge "Document the mount option string in the readme.txt"
This commit is contained in:
commit
285c2ae04a
1 changed files with 4 additions and 2 deletions
|
|
@ -207,11 +207,13 @@ mkdir <path> [mode] [owner] [group]
|
||||||
group. If not provided, the directory is created with permissions 755 and
|
group. If not provided, the directory is created with permissions 755 and
|
||||||
owned by the root user and root group.
|
owned by the root user and root group.
|
||||||
|
|
||||||
mount <type> <device> <dir> [ <mountoption> ]*
|
mount <type> <device> <dir> [ <flag> ]* [<options>]
|
||||||
Attempt to mount the named device at the directory <dir>
|
Attempt to mount the named device at the directory <dir>
|
||||||
<device> may be of the form mtd@name to specify a mtd block
|
<device> may be of the form mtd@name to specify a mtd block
|
||||||
device by name.
|
device by name.
|
||||||
<mountoption>s include "ro", "rw", "remount", "noatime", ...
|
<flag>s include "ro", "rw", "remount", "noatime", ...
|
||||||
|
<options> include "barrier=1", "noauto_da_alloc", "discard", ... as
|
||||||
|
a comma separated string, eg: barrier=1,noauto_da_alloc
|
||||||
|
|
||||||
restorecon <path> [ <path> ]*
|
restorecon <path> [ <path> ]*
|
||||||
Restore the file named by <path> to the security context specified
|
Restore the file named by <path> to the security context specified
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue