diff --git a/include/tests_boot_services b/include/tests_boot_services index 92a9f5dd..0f924a56 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -483,6 +483,7 @@ else LogText "Result: can not read ${LILOCONFFILE} (no permission)" fi + ReportWarning "${TEST_NO}" "LILO is discontinued (unmaintained). Recommended alternatives: GRUB." else LogText "Result: LILO configuration file not found" fi @@ -503,6 +504,7 @@ LogText "Result: found ELILO boot loader" BOOT_LOADER="ELILO" BOOT_LOADER_FOUND=1 + ReportWarning "${TEST_NO}" "ELILO is discontinued (unmaintained). Recommended alternatives: GRUB, rEFInd, systemd-boot (alphabetical order)." fi done fi