mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-22 07:07:44 +00:00
Don't set RECOVERYMODE if recovery_dtbo exists
Apparently some boot images with ramdisk still have recovery_dtbo, so this assumption is no longer safe to do. Expect the user to set this option properly themselves in the app. Fix #4976, close #5070, close #5184
This commit is contained in:
@@ -101,8 +101,6 @@ case $? in
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -f recovery_dtbo ] && RECOVERYMODE=true
|
||||
|
||||
###################
|
||||
# Ramdisk Restores
|
||||
###################
|
||||
|
Reference in New Issue
Block a user