diff --git a/include/tests_boot_services b/include/tests_boot_services index 967b98a61..fc9d20022 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -484,6 +484,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 @@ -504,6 +505,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