1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-08-28 23:12:01 +02:00
This commit is contained in:
Stéphane Lesimple 2018-01-07 15:37:50 +01:00
parent c937e6603b
commit 0201b02313

View File

@ -116,7 +116,7 @@ elif [ -e /boot/config-$(uname -r) ]; then
pstatus red NO
fi
elif [ -e /boot/System.map-$(uname -r) ]; then
if grep -qw kpti_force_enabled /boot/System.map-$(uname -r)
if grep -qw kpti_force_enabled /boot/System.map-$(uname -r); then
pstatus green YES
kpti_support=1
else