From 75110c8ff7c756cc5922aad271d6700b623b1c04 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 7 Mar 2024 00:04:29 +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 ]