mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +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:
parent
1df2a04713
commit
490e51c1d7
@ -101,8 +101,6 @@ case $? in
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -f recovery_dtbo ] && RECOVERYMODE=true
|
||||
|
||||
###################
|
||||
# Ramdisk Restores
|
||||
###################
|
||||
|
Loading…
Reference in New Issue
Block a user