For access to efivars filesystem it needs to be of type efivarfs
authorMichael Prokop <mika@grml.org>
Thu, 7 Sep 2017 12:29:19 +0000 (14:29 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 7 Sep 2017 12:30:00 +0000 (14:30 +0200)
autoconfig.functions

index 01d2a57..c6ed6f2 100755 (executable)
@@ -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