Add Arch armv5/armv7 kernel image location (#227)

This commit is contained in:
0x9fff00 2018-08-09 22:13:30 +02:00 committed by Stéphane Lesimple
parent be15e47671
commit f4592bf3a8
1 changed files with 2 additions and 0 deletions

View File

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