From 1715a1e2b5bfb63eb9e23fa8d98c3c5b47228f09 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 10 Aug 2016 07:12:29 +0200 Subject: [PATCH] Removed unneeded field for warnings and suggestions --- include/tests_boot_services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index b55536bb..7cc6615d 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -350,7 +350,7 @@ LogText "Result: no password set for LILO. Bootloader is unprotected to" LogText "dropping to single user mode or unauthorized access to devices/data." ReportSuggestion ${TEST_NO} "Add a password to LILO, by adding a line to the lilo.conf file, above the first line saying 'image=': password=" - ReportWarning ${TEST_NO} "M" "No password set on LILO bootloader" + ReportWarning ${TEST_NO} "No password set on LILO bootloader" AddHP 0 2 else Display --indent 4 --text "- Password option presence " --result "${STATUS_OK}" --color GREEN @@ -443,7 +443,7 @@ if [ "${FIND}" = "" ]; then Display --indent 4 --text "- Checking boot option" --result "${STATUS_WARNING}" --color RED #ReportSuggestion ${TEST_NO} "Add 'boot' to the /etc/boot.conf file to disable the default 5 seconds waiting time, to disallow booting into single user mode." - ReportWarning ${TEST_NO} "M" "System can be booted into single user mode without password" + ReportWarning ${TEST_NO} "System can be booted into single user mode without password" else Display --indent 4 --text "- Checking boot option" --result "${STATUS_OK}" --color GREEN LogText "Ok, boot option is enabled."