2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 06:55:13 +00:00

Properly and fully support dtbo patching

This commit is contained in:
topjohnwu
2017-11-15 04:41:30 +08:00
parent e79aa54b70
commit 32ee8e462c
4 changed files with 20 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ $BOOTMODE || recovery_actions
# Boot patching
##########################################################################################
find_boot_image
[ -z $BOOTIMAGE ] && find_boot_image
[ -z $BOOTIMAGE ] && abort "! Unable to detect boot image"
ui_print "- Found boot image: $BOOTIMAGE"