1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2025-02-20 18:01:33 -05:00

Actually disable CoW on /var

This commit is contained in:
TommyTran732 2021-04-14 07:56:24 -04:00 committed by GitHub
parent 01896bb928
commit 76e33502e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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