mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Actually disable CoW on /var
This commit is contained in:
parent
e9a5bae6c0
commit
5a61bb57f6
@ -125,6 +125,8 @@ mount -o ssd,noatime,space_cache,nodatacow,subvol=@var $BTRFS /mnt/var/
|
|||||||
mkdir -p /mnt/boot/efi
|
mkdir -p /mnt/boot/efi
|
||||||
mount $ESP /mnt/boot/efi
|
mount $ESP /mnt/boot/efi
|
||||||
|
|
||||||
|
chattr +C /mnt/var
|
||||||
|
|
||||||
kernel_options
|
kernel_options
|
||||||
cpu_options
|
cpu_options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user