From 6248e6ccfb831323043fb5bea097616ec2de99b2 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 11 Apr 2024 18:57:47 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calamares/modules/mount.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/calamares/modules/mount.conf b/calamares/modules/mount.conf index bd376af..34d90ff 100644 --- a/calamares/modules/mount.conf +++ b/calamares/modules/mount.conf @@ -55,10 +55,17 @@ btrfsSubvolumes: # subvolume: "" - mountPoint: /home subvolume: /@home + - mountPoint: /root + subvolume: /@root + - mountPoint: /srv + subvolume: /@srv - mountPoint: /var/cache subvolume: /@cache - mountPoint: /var/log subvolume: /@log + - mountPoint: /var/tmp + subvolume: /@tmp + # The name of the btrfs subvolume holding the swapfile. This only used when # a swapfile is selected and the root filesystem is btrfs @@ -112,11 +119,11 @@ btrfsSwapSubvol: /@swap # mountOptions: - filesystem: default - options: [ defaults ] + options: [ defaults, noatime ] - filesystem: efi options: [ defaults, umask=0077 ] - filesystem: btrfs - options: [ defaults, compress=zstd:1 ] + options: [ defaults, noatime, compress=zstd ] - filesystem: btrfs_swap options: [ defaults, noatime ]