mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-03-29 11:17:06 +02:00
Add another location of Arch Linux ARM kernel
This commit is contained in:
@@ -1503,6 +1503,8 @@ if [ "$opt_live" = 1 ]; then
|
|||||||
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
|
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
|
||||||
# Arch armv5/armv7:
|
# Arch armv5/armv7:
|
||||||
[ -e "/boot/zImage" ] && opt_kernel="/boot/zImage"
|
[ -e "/boot/zImage" ] && opt_kernel="/boot/zImage"
|
||||||
|
# Arch arm7:
|
||||||
|
[ -e "/boot/kernel7.img" ] && opt_kernel="/boot/kernel7.img"
|
||||||
# Linux-Libre:
|
# Linux-Libre:
|
||||||
[ -e "/boot/vmlinuz-linux-libre" ] && opt_kernel="/boot/vmlinuz-linux-libre"
|
[ -e "/boot/vmlinuz-linux-libre" ] && opt_kernel="/boot/vmlinuz-linux-libre"
|
||||||
# pine64
|
# pine64
|
||||||
|
|||||||
Reference in New Issue
Block a user