diff --git a/calamares/modules/fstab.conf b/calamares/modules/fstab.conf index 2990717..b3acba4 100644 --- a/calamares/modules/fstab.conf +++ b/calamares/modules/fstab.conf @@ -1,7 +1,7 @@ --- mountOptions: default: defaults,noatime - btrfs: defaults,noatime,space_cache,autodefrag + btrfs: defaults,noatime,space_cache=v2,autodefrag ssdExtraMountOptions: ext4: discard jfs: discard 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 bb0cbcd..bc86a0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,21 @@ -calamares-settings-tileos-sway (1.15~tileos) unstable; urgency=medium +calamares-settings-tileos-sway (1.17~tileos) unstable; urgency=medium * Update version -- Aleksey Samoilov Sat, 22 Jun 2024 18:07:34 +0400 +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 + + -- Aleksey Samoilov Fri, 08 Mar 2024 00:43:41 +0400 + calamares-settings-tileos-sway (1.14~tileos) unstable; urgency=medium * Backport some Debian stuff