mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-06 22:23:41 +01:00
Merge pull request #18 from GrimKriegor/linux-libre_support
Linux-libre support
This commit is contained in:
commit
75332e6e0f
@ -108,6 +108,7 @@ status=0
|
|||||||
img=''
|
img=''
|
||||||
# try to find the image of the current running kernel
|
# try to find the image of the current running kernel
|
||||||
[ -e /boot/vmlinuz-linux ] && img=/boot/vmlinuz-linux
|
[ -e /boot/vmlinuz-linux ] && img=/boot/vmlinuz-linux
|
||||||
|
[ -e /boot/vmlinuz-linux-libre ] && img=/boot/vmlinuz-linux-libre
|
||||||
[ -e /boot/vmlinuz-$(uname -r) ] && img=/boot/vmlinuz-$(uname -r)
|
[ -e /boot/vmlinuz-$(uname -r) ] && img=/boot/vmlinuz-$(uname -r)
|
||||||
[ -e /boot/kernel-$( uname -r) ] && img=/boot/kernel-$( uname -r)
|
[ -e /boot/kernel-$( uname -r) ] && img=/boot/kernel-$( uname -r)
|
||||||
[ -e /boot/bzImage-$(uname -r) ] && img=/boot/bzImage-$(uname -r)
|
[ -e /boot/bzImage-$(uname -r) ] && img=/boot/bzImage-$(uname -r)
|
||||||
|
Loading…
Reference in New Issue
Block a user