add guess for archlinuxarm aarch64 kernel image on raspberry pi 3

This commit is contained in:
Lily Wilson 2018-07-27 21:56:24 +00:00
parent 0f0d103a89
commit 9e044f88c7
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