mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-07-12 05:45:26 +02:00
Add another location of Arch Linux ARM kernel
This commit is contained in:
parent
297d890ce9
commit
745a71c1bc
@ -1503,6 +1503,8 @@ if [ "$opt_live" = 1 ]; then
|
||||
[ -e "/boot/Image" ] && opt_kernel="/boot/Image"
|
||||
# Arch armv5/armv7:
|
||||
[ -e "/boot/zImage" ] && opt_kernel="/boot/zImage"
|
||||
# Arch arm7:
|
||||
[ -e "/boot/kernel7.img" ] && opt_kernel="/boot/kernel7.img"
|
||||
# Linux-Libre:
|
||||
[ -e "/boot/vmlinuz-linux-libre" ] && opt_kernel="/boot/vmlinuz-linux-libre"
|
||||
# pine64
|
||||
|
Loading…
x
Reference in New Issue
Block a user