From 5e3222d2cff12b9297743bb6d4fccc470ccc9f83 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 7 Sep 2017 14:29:19 +0200 Subject: [PATCH] For access to efivars filesystem it needs to be of type efivarfs --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 01d2a57..c6ed6f2 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -517,7 +517,7 @@ config_secureboot(){ # /sys/firmware/efi/vars would exist) if ! $SYSTEMD ; then modprobe efivars - mount -t efivars efivarfs /sys/firmware/efi/efivars + mount -t efivarfs efivarfs /sys/firmware/efi/efivars fi if [ -x /usr/bin/mokutil ] ; then -- 2.1.4