From 71df3ca70f74b4fa94375ec62d026149b254793c Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 14 Jan 2019 13:24:15 -0800 Subject: [PATCH] adb remount documentation error It is not adb reboot -R, it is adb remount -R Bug: 122602260 Test: view file in gitties Change-Id: I7c419b0b7f98cc0f5bb69284f5998515e9b8408e --- fs_mgr/README.overlayfs.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs_mgr/README.overlayfs.md b/fs_mgr/README.overlayfs.md index 960410ce8..8784c94b9 100644 --- a/fs_mgr/README.overlayfs.md +++ b/fs_mgr/README.overlayfs.md @@ -53,9 +53,13 @@ Note that the sequence above: $ 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.