From 7ffcb861f101d6edb68f3f3ce013d638a718d2bc Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Fri, 7 May 2021 08:23:12 +0200 Subject: [PATCH] Datacow fix --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index e688e6b..3e648ac 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -103,7 +103,7 @@ mkdir -p /mnt/{home,.snapshots,/var/log,boot} mount -o ssd,noatime,space_cache,compress=zstd,subvol=@boot $BTRFS /mnt/boot mount -o ssd,noatime,space_cache.compress=zstd,subvol=@home $BTRFS /mnt/home mount -o ssd,noatime,space_cache,compress=zstd,subvol=@snapshots $BTRFS /mnt/.snapshots -mount -o ssd,noatime,space_cache,nodatacow,subvol=@var_log $BTRFS /mnt/var/log +mount -o ssd,noatime,space_cache,compress=zstd,subvol=@var_log $BTRFS /mnt/var/log chattr +C /mnt/var/log mkdir /mnt/boot/efi mount $ESP /mnt/boot/efi