add guess for archlinuxarm aarch64 kernel image on raspberry pi 3 (#222)

This commit is contained in:
Lily Wilson 2018-07-31 18:15:52 -04:00 committed by Stéphane Lesimple
parent 0f0d103a89
commit f9dd9d8cb9
1 changed files with 2 additions and 0 deletions

View File

@ -1321,6 +1321,8 @@ if [ "$opt_live" = 1 ]; then
[ -e "/boot/vmlinuz" ] && opt_kernel="/boot/vmlinuz"
# Arch:
[ -e "/boot/vmlinuz-linux" ] && opt_kernel="/boot/vmlinuz-linux"
# Arch aarch64:
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
# Linux-Libre:
[ -e "/boot/vmlinuz-linux-libre" ] && opt_kernel="/boot/vmlinuz-linux-libre"
# pine64