diff --git a/include/tests_boot_services b/include/tests_boot_services index cd431cab..16eb31db 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -147,6 +147,20 @@ fi # ################################################################################# +# + # Test : BOOT-5108 + # Description : Check for Syslinux + Register --test-no BOOT-5108 --os "Linux" --weight L --network NO --root-only YES --category security --description "Check Syslinux as bootloader" + if [ ${SKIPTEST} -eq 0 ]; then + FileExists /boot/syslinux/syslinux.cfg + if [ ${FILE_FOUND} -eq 1 ]; then + LogText "Result: found Syslinux" + BOOT_LOADER="Syslinux" + BOOT_LOADER_FOUND=1 + fi + fi +# +################################################################################# # # Test : BOOT-5116 # Description : Check if system is booted in UEFI mode