mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 00:34:14 +02:00
Disabled exception for boot loader
This commit is contained in:
parent
cc6edaec67
commit
a60d4b973a
@ -462,8 +462,8 @@
|
|||||||
#
|
#
|
||||||
if [ ${BOOT_LOADER_FOUND} -eq 0 -a ${BOOT_LOADER_SEARCHED} -eq 1 ]; then
|
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
|
# Your boot loader is not detected. Want to help supporting it, see the README
|
||||||
ReportException "BOOTLOADER" "No boot loader found"
|
# ReportException "BOOTLOADER" "No boot loader found"
|
||||||
Display --indent 4 --text "- Boot loader" --result "NONE FOUND" --color RED
|
Display --indent 4 --text "- Boot loader" --result "NONE FOUND" --color YELLOW
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user