commit | 614c327f0f708a178b65337471acdfe26190580d | [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 | a55308b9f0ce6e17127a3c0b430eb41a53746353 [diff] | |
parent | 7ae6363e738157c024560016d9f4b77b751701cf [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.