mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-19 04:22:22 +01:00
Add Arch armv5/armv7 kernel image location (#227)
This commit is contained in:
parent
be15e47671
commit
f4592bf3a8
@ -1330,6 +1330,8 @@ if [ "$opt_live" = 1 ]; then
|
|||||||
[ -e "/boot/vmlinuz-linux" ] && opt_kernel="/boot/vmlinuz-linux"
|
[ -e "/boot/vmlinuz-linux" ] && opt_kernel="/boot/vmlinuz-linux"
|
||||||
# Arch aarch64:
|
# Arch aarch64:
|
||||||
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
|
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
|
||||||
|
# Arch armv5/armv7:
|
||||||
|
[ -e "/boot/zImage" ] && opt_kernel="/boot/zImage"
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user