diff --git a/scripts/util_functions.sh b/scripts/util_functions.sh index 422d8b5fa..96cb56037 100644 --- a/scripts/util_functions.sh +++ b/scripts/util_functions.sh @@ -177,7 +177,7 @@ find_boot_image() { if [ ! -z $SLOT ]; then BOOTIMAGE=`find_block boot$SLOT ramdisk$SLOT` else - BOOTIMAGE=`find_block boot_a kern-a android_boot kernel boot lnx bootimg` + BOOTIMAGE=`find_block boot ramdisk boot_a kern-a android_boot kernel lnx bootimg` fi if [ -z $BOOTIMAGE ]; then # Lets see what fstabs tells me