1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

When using /proc/config.gz, indicate it more clearly

This commit is contained in:
Vincent Brillault 2018-01-09 08:54:07 +01:00
parent 70323a30da
commit 2c51b00a90
No known key found for this signature in database
GPG Key ID: CFEA15DE034F0688

View File

@ -205,7 +205,9 @@ if [ -n "$opt_kernel" ]; then
else
/bin/echo "Will use no vmlinux image (accuracy might be reduced"
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"
else
/bin/echo "Will use no kconfig (accuracy might be reduced)"