From 5a61bb57f69662c3416b30ff5997913adfda86a8 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Wed, 14 Apr 2021 07:56:24 -0400 Subject: [PATCH] Actually disable CoW on /var --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index f98c5b7..3d79553 100644 --- a/install.sh +++ b/install.sh @@ -125,6 +125,8 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@var $BTRFS /mnt/var/ mkdir -p /mnt/boot/efi mount $ESP /mnt/boot/efi +chattr +C /mnt/var + kernel_options cpu_options