mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-07 06:33:38 +01:00
Merge pull request #25 from Feandil/proc_config
When using /proc/config.gz, indicate it more clearly
This commit is contained in:
commit
7b05105a54
@ -209,7 +209,9 @@ if [ -n "$opt_kernel" ]; then
|
|||||||
else
|
else
|
||||||
/bin/echo "Will use no vmlinux image (accuracy might be reduced"
|
/bin/echo "Will use no vmlinux image (accuracy might be reduced"
|
||||||
fi
|
fi
|
||||||
if [ -n "$opt_config" ]; then
|
if [ -n "$dumped_config" ]; then
|
||||||
|
/bin/echo -e "Will use kconfig \033[35m/proc/config.gz\033[0m"
|
||||||
|
elif [ -n "$opt_config" ]; then
|
||||||
/bin/echo -e "Will use kconfig \033[35m$opt_config\033[0m"
|
/bin/echo -e "Will use kconfig \033[35m$opt_config\033[0m"
|
||||||
else
|
else
|
||||||
/bin/echo "Will use no kconfig (accuracy might be reduced)"
|
/bin/echo "Will use no kconfig (accuracy might be reduced)"
|
||||||
|
Loading…
Reference in New Issue
Block a user