2
# Detects ELILO bootloader on a EFI System Partition
4
. /usr/share/os-prober/common.sh
10
elilo=`find $1 -name "elilo.efi"`
11
if [ -n "$elilo" ]; then
14
long="ELILO Boot Manager"
16
path=${bdir}/elilo.efi
20
if [ -n "$found" ]; then
21
label="$(count_next_label "$short")"
22
result "${path}:${long}:${label}"