mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge b1898cb280 into b85cd6b266
This commit is contained in:
commit
62a4796817
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue