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