diff --git a/include/tests_kernel b/include/tests_kernel index 38c8a528..2a28529b 100644 --- a/include/tests_kernel +++ b/include/tests_kernel @@ -234,10 +234,10 @@ LINUXCONFIGFILE="${CHECKFILE}" logtext "Result: found config (${LINUXCONFIGFILE})" Display --indent 2 --text "- Checking Linux kernel configuration file" --result FOUND --color GREEN - elif [ -f /boot/config.gz ]; then + elif [ -f /proc/config.gz ]; then LINUXCONFIGFILE="${CHECKFILE}" LINUXCONFIGFILE_ZIPPED=1 - logtext "Result: found config: /boot/config.gz (compressed)" + logtext "Result: found config: /proc/config.gz (compressed)" Display --indent 2 --text "- Checking Linux kernel configuration file" --result FOUND --color GREEN else logtext "Result: no Linux kernel configuration file found in /boot"