From a0715ddc0e1ba4aa0f9f658790afd4f195f3b1d0 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 8 Mar 2024 21:36:55 +0400 Subject: [PATCH] Fix mount --- calamares/modules/mount.conf | 8 +++++--- debian/changelog | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/calamares/modules/mount.conf b/calamares/modules/mount.conf index 264a797..95ebb58 100644 --- a/calamares/modules/mount.conf +++ b/calamares/modules/mount.conf @@ -22,17 +22,19 @@ extraMounts: mountPoint: /sys - device: /dev mountPoint: /dev - options: [ bind ] + options: bind - device: tmpfs fs: tmpfs mountPoint: /run - device: /run/udev mountPoint: /run/udev - options: [ bind ] + options: bind + +extraMountsEfi: - device: efivarfs fs: efivarfs mountPoint: /sys/firmware/efi/efivars efi: true - device: /dev/pts mountPoint: /dev/pts - options: [ bind ] + options: bind diff --git a/debian/changelog b/debian/changelog index 251f930..a07f385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-sway (1.16~tileos) unstable; urgency=medium + + * Fix mount + + -- Aleksey Samoilov Fri, 08 Mar 2024 21:36:26 +0400 + calamares-settings-tileos-sway (1.15~tileos) unstable; urgency=medium * Fix installing on Btrfs