From 2d33a4369ee3b41ef19ca710e1bb7ff8abf5f749 Mon Sep 17 00:00:00 2001 From: Grim Kriegor Date: Mon, 8 Jan 2018 21:56:11 +0000 Subject: [PATCH] Linux-libre support --- spectre-meltdown-checker.sh | 1 + 1 file changed, 1 insertion(+) 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)