From 7b7fef083a1198fce70ee5f30035d667666ec6b3 Mon Sep 17 00:00:00 2001 From: "Carl D. Roth" Date: Wed, 2 May 2018 16:38:20 -0700 Subject: [PATCH] load the efivarfs module if possible --- packages/base/all/vendor-config-onl/src/lib/install/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/base/all/vendor-config-onl/src/lib/install/lib.sh b/packages/base/all/vendor-config-onl/src/lib/install/lib.sh index d684cf15..bb6730c3 100644 --- a/packages/base/all/vendor-config-onl/src/lib/install/lib.sh +++ b/packages/base/all/vendor-config-onl/src/lib/install/lib.sh @@ -114,6 +114,7 @@ installer_mkchroot() { fi mount -t devpts devpts "${rootdir}/dev/pts" if test -d "${rootdir}/sys/firmware/efi/efivars"; then + modprobe efivarfs || : mount -t efivarfs efivarfs "${rootdir}/sys/firmware/efi/efivars" fi