From: SangYoun Kwak Date: Mon, 8 Aug 2022 08:31:21 +0000 (+0900) Subject: Fix to reboot in case of verityctl failure X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1710b1a9afd6ba0fbd3e8534e8d9fe3624bc946;p=platform%2Fcore%2Fsystem%2Fsystem-recovery.git Fix to reboot in case of verityctl failure Change-Id: Iefd786a86c52c67d721d5cd67eeab20f5ef62c9a Signed-off-by: SangYoun Kwak --- diff --git a/scripts/recovery-init.in b/scripts/recovery-init.in index 3d25893..75ad2e5 100644 --- a/scripts/recovery-init.in +++ b/scripts/recovery-init.in @@ -141,7 +141,7 @@ mount_rootfs() ;; 2) echo "verifyboot: enabled but corrupted" - # should deal with the error like reboot. + do_reboot ;; 3) echo "verifyboot: disabling"