From 46211569b4bd4bbb32ce1c41de97ed0352b35d5a Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 7 Mar 2024 00:06:08 +0400 Subject: [PATCH] Mount efivarfs when needed --- calamares/modules/mount.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/calamares/modules/mount.conf b/calamares/modules/mount.conf index bb28eed..90e9c1c 100644 --- a/calamares/modules/mount.conf +++ b/calamares/modules/mount.conf @@ -29,8 +29,10 @@ extraMounts: - device: /run/udev mountPoint: /run/udev options: bind - -extraMountsEfi: - device: efivarfs fs: efivarfs mountPoint: /sys/firmware/efi/efivars + efi: true + - device: /dev/pts + mountPoint: /dev/pts + options: [ bind ]