From 2941a78a98a8bce39d220bb8b77e8f3ae29ebd7c Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 8 Mar 2024 21:37:43 +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 2510fc9..2611a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-river (1.14~tileos) unstable; urgency=medium + + * Fix mount + + -- Aleksey Samoilov Fri, 08 Mar 2024 21:37:21 +0400 + calamares-settings-tileos-river (1.13~tileos) unstable; urgency=medium * Fix installing on Btrfs