1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Actually disable CoW on /var

This commit is contained in:
TommyTran732 2021-04-14 07:56:24 -04:00 committed by tommytran732
parent e9a5bae6c0
commit 5a61bb57f6
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -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