Update tests_boot_services -> (E)LILO warning

Adding "discontinued" warning for LILO/ELILO.
As of January 2016, LILO is no longer actively developed.
ELILO project is orphaned, Debian dropped it in 2014, and RH & SUSE stopped using this tree (and feeding back change) long before that so no longer interested in working on it.
Apart from Slackware, which still has packages for LILO and ELILO, I don't know if anyone else uses them, and anyway, Slackware has an active and well-configured package for GRUB.
This commit is contained in:
teoberi 2024-10-01 12:29:29 +03:00 committed by GitHub
parent fa7851e513
commit d81a617525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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