Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc3f69f1 authored by Niklas Tibbling's avatar Niklas Tibbling Committed by Johan Redestig
Browse files

Document the mount option string in the readme.txt

also make a distinction between flag and option.

Change-Id: Ia872bc8dc98b3459f9c1e992d096c115699357af
parent f1c2ba49
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -207,11 +207,13 @@ mkdir <path> [mode] [owner] [group]
   group. If not provided, the directory is created with permissions 755 and
   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>
   <device> may be of the form mtd@name to specify a mtd block
   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> ]*
   Restore the file named by <path> to the security context specified