commit | 365b43b9334ba41636cc42bef8a1aa2034f19a7c | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Jan 14 22:40:28 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 14 22:40:28 2019 +0000 |
tree | 9ee2562e4c72a133f31d6ab2ce0b7d56c4caad64 | |
parent | ebae0d3ad94690f7e29eb9e2c1222b1bef2c0e5d [diff] | |
parent | 71df3ca70f74b4fa94375ec62d026149b254793c [diff] |
Merge "adb remount documentation error"
diff --git a/fs_mgr/README.overlayfs.md b/fs_mgr/README.overlayfs.md index 960410c..8784c94 100644 --- a/fs_mgr/README.overlayfs.md +++ b/fs_mgr/README.overlayfs.md
@@ -53,9 +53,13 @@ $ adb disable-verity $ adb reboot -can be replaced with: +*or* - $ adb reboot -R + $ adb remount + +can be replaced in both places with: + + $ adb remount -R which will not reboot if everything is already prepared and ready to go.