mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-01-06 17:30:25 +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
|
||||
/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)"
|
||||
|
Loading…
Reference in New Issue
Block a user