X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;fp=autoconfig.functions;h=ccf12d673b6131d75d2a0a5f79cfd24174b12f3b;hp=14e78979d23dfb3d1c9efe3c6c261cb84de5af88;hb=176568ce0d352cb56b370737c3263eb09eba8e89;hpb=1043bc00ede789ca56d40dc2b701c407bf39c715 diff --git a/autoconfig.functions b/autoconfig.functions index 14e7897..ccf12d6 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -547,14 +547,14 @@ config_secureboot(){ if [ -n "$secstate" ] ; then einfo "SecureBoot is enabled" ; eend 0 else - ewarn "SecureBoot not detected" ; eend 0 + einfo "SecureBoot not detected" ; eend 0 fi else if modprobe efivars &>/dev/null ; then if od -An -t u1 /sys/firmware/efi/vars/SecureBoot-*/data 2>/dev/null | grep -q 1 ; then einfo "SecureBoot is enabled" ; eend 0 else - ewarn "SecureBoot not detected" ; eend 0 + einfo "SecureBoot not detected" ; eend 0 fi fi fi