Revonzy Mini Shell

Şuanki Dizin: /usr/libexec/os-probes/mounted/efi/
Dosya Yükle :
Şuanki Dosya : //usr/libexec/os-probes/mounted/efi/10elilo

#!/bin/sh
# Detects ELILO bootloader on a EFI System Partition

. /usr/share/os-prober/common.sh

efi="$1"

found=

elilo=`find $1 -name "elilo.efi"`
if [ -n "$elilo" ]; then
	bdir=`dirname $elilo`
	bdir=`basename $bdir`
	long="ELILO Boot Manager"
	short="ELILO"
	path=${bdir}/elilo.efi
	found=true
fi  

if [ -n "$found" ]; then
	label="$(count_next_label "$short")"
	result "${path}:${long}:${label}"
fi
exit 0

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux vps.suncrosonline.com 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
Apache
162.241.69.42