Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-19 11:07:11 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-19 11:07:11 +0300
commita60d4b973a3d2790903c3ea5cc5d8e356434fb45 (patch)
tree8577aac2843ddb8795aa037db8829298a3b2ec20 /include/tests_boot_services
parentcc6edaec673620772c73884377c91ddf00c4d358 (diff)
Disabled exception for boot loader
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 96f3d065..1da0653b 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -462,8 +462,8 @@
#
if [ ${BOOT_LOADER_FOUND} -eq 0 -a ${BOOT_LOADER_SEARCHED} -eq 1 ]; then
# Your boot loader is not detected. Want to help supporting it, see the README
- ReportException "BOOTLOADER" "No boot loader found"
- Display --indent 4 --text "- Boot loader" --result "NONE FOUND" --color RED
+ # ReportException "BOOTLOADER" "No boot loader found"
+ Display --indent 4 --text "- Boot loader" --result "NONE FOUND" --color YELLOW
fi
#
#################################################################################