aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrim Kriegor <grimkriegor@krutt.org>2018-01-08 21:56:11 +0000
committerGrim Kriegor <grimkriegor@krutt.org>2018-01-08 21:56:11 +0000
commit2d33a4369ee3b41ef19ca710e1bb7ff8abf5f749 (patch)
tree99b70b9c50ab07762c09c650a059b45723bca1dd
parent8d4d295309303ea4b8cdb41e1113f602e92276d0 (diff)
downloadspectre-meltdown-checker-2d33a4369ee3b41ef19ca710e1bb7ff8abf5f749.tar.lz
spectre-meltdown-checker-2d33a4369ee3b41ef19ca710e1bb7ff8abf5f749.tar.xz
spectre-meltdown-checker-2d33a4369ee3b41ef19ca710e1bb7ff8abf5f749.zip
Linux-libre support
-rwxr-xr-xspectre-meltdown-checker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh
index 60718fe..b455949 100755
--- a/spectre-meltdown-checker.sh
+++ b/spectre-meltdown-checker.sh
@@ -108,6 +108,7 @@ status=0
img=''
# try to find the image of the current running kernel
[ -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/kernel-$( uname -r) ] && img=/boot/kernel-$( uname -r)
[ -e /boot/bzImage-$(uname -r) ] && img=/boot/bzImage-$(uname -r)