From 93c1233f1239ef2168af8ce6ae211870c12c399a Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Mon, 27 Apr 2020 07:37:11 -0700 Subject: [PATCH] fs_mgr: overlayfs: replace adb reboot -R with adb remount -R Signed-off-by: Mark Salyzyn Test: none Change-Id: Ie718e264b41763d904e59db74d4e7c9d4b8787f3 --- fs_mgr/README.overlayfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs_mgr/README.overlayfs.md b/fs_mgr/README.overlayfs.md index f57907862..ca782b927 100644 --- a/fs_mgr/README.overlayfs.md +++ b/fs_mgr/README.overlayfs.md @@ -42,7 +42,7 @@ Then enter one of the following sequences: $ adb push $ adb reboot -Note that you can replace these two lines: +Note that you can replace these two lines in the above sequence: $ adb disable-verity $ adb reboot @@ -51,7 +51,7 @@ with this line: $ adb remount -R -**Note:** _adb reboot -R_ won’t reboot if the device is already in the adb remount state. +**Note:** _adb remount -R_ won’t reboot if the device is already in the adb remount state. None of this changes if OverlayFS needs to be engaged. The decisions whether to use traditional direct file-system remount,