From 595f84ae452459694ae9625baac014d117b441ae Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 22 Sep 2014 03:46:13 +0200 Subject: [PATCH] Altered /boot/config.gz into /proc/config.gz as target --- include/tests_kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"