mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Merge pull request #5 from tommytran732/patch-4
Actually disable CoW on @swap and @var_log
This commit is contained in:
commit
9b8d38ff83
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ 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
|
||||
chattr +C /mnt/var/log
|
||||
mkdir /mnt/boot/efi
|
||||
mount $ESP /mnt/boot/efi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue