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