mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Revert to old find boot order
This commit is contained in:
parent
c10b376575
commit
5203886f0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ out
|
||||
*.apk
|
||||
config.prop
|
||||
update.sh
|
||||
/.vscode
|
||||
|
||||
# Built binaries
|
||||
native/out
|
||||
|
@ -237,7 +237,7 @@ find_boot_image() {
|
||||
elif [ ! -z $SLOT ]; then
|
||||
BOOTIMAGE=`find_block ramdisk$SLOT recovery_ramdisk$SLOT boot$SLOT`
|
||||
else
|
||||
BOOTIMAGE=`find_block ramdisk recovery_ramdisk kern-a android_boot kernel boot lnx bootimg boot_a`
|
||||
BOOTIMAGE=`find_block ramdisk recovery_ramdisk boot boot_a kern-a android_boot kernel lnx bootimg`
|
||||
fi
|
||||
if [ -z $BOOTIMAGE ]; then
|
||||
# Lets see what fstabs tells me
|
||||
|
Loading…
Reference in New Issue
Block a user