From bc3f69f19026e860ef45399066791f4969f23289 Mon Sep 17 00:00:00 2001 From: Niklas Tibbling Date: Wed, 1 Aug 2012 13:15:38 +0200 Subject: [PATCH] Document the mount option string in the readme.txt also make a distinction between flag and option. Change-Id: Ia872bc8dc98b3459f9c1e992d096c115699357af --- init/readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init/readme.txt b/init/readme.txt index d2933b9db..66b4a4fa3 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -207,11 +207,13 @@ mkdir [mode] [owner] [group] group. If not provided, the directory is created with permissions 755 and owned by the root user and root group. -mount [ ]* +mount [ ]* [] Attempt to mount the named device at the directory may be of the form mtd@name to specify a mtd block device by name. - s include "ro", "rw", "remount", "noatime", ... + s include "ro", "rw", "remount", "noatime", ... + include "barrier=1", "noauto_da_alloc", "discard", ... as + a comma separated string, eg: barrier=1,noauto_da_alloc restorecon [ ]* Restore the file named by to the security context specified