1
0
spogulis no https://github.com/speed47/spectre-meltdown-checker.git synced 2025-09-18 16:10:09 +02:00
Šī revīzija ir iekļauta:
Stéphane Lesimple
2018-01-07 15:37:50 +01:00
vecāks c937e6603b
revīzija 0201b02313

Parādīt failu

@ -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