commit | 68ab20febd1dd1a033ee9d25fa2ab30c0b13e469 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Jun 23 11:11:39 2016 -0700 |
committer | Alex Light <allight@google.com> | Wed Jun 29 17:36:13 2016 +0000 |
tree | e1087bbbddac7b273b1483a062df453c87ef99c9 | |
parent | 89eb689d5cdc153f1daa7eb87de4ac04381494f0 [diff] [blame] |
Add umount call to init to unmount a filesystem Bug: 29278988 Change-Id: Ia14ab1bcad9513688df97f7b4d9162a9ab282480
diff --git a/init/readme.txt b/init/readme.txt index ef85ccf..4481e24 100644 --- a/init/readme.txt +++ b/init/readme.txt
@@ -355,6 +355,9 @@ Trigger an event. Used to queue an action from another action. +umount <path> + Unmount the filesystem mounted at that path. + verity_load_state Internal implementation detail used to load dm-verity state.