Add another location of Arch Linux ARM kernel

This commit is contained in:
Michael Laß 2018-09-26 22:44:46 +02:00
parent 297d890ce9
commit 745a71c1bc
1 changed files with 2 additions and 0 deletions

View File

@ -1503,6 +1503,8 @@ if [ "$opt_live" = 1 ]; then
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
# Arch armv5/armv7:
[ -e "/boot/zImage" ] && opt_kernel="/boot/zImage"
# Arch arm7:
[ -e "/boot/kernel7.img" ] && opt_kernel="/boot/kernel7.img"
# Linux-Libre:
[ -e "/boot/vmlinuz-linux-libre" ] && opt_kernel="/boot/vmlinuz-linux-libre"
# pine64