disable Cow on swap also early

This commit is contained in:
Maciej Lebiest 2021-06-29 16:22:27 +02:00 committed by GitHub
parent 5d8e7daace
commit c5412ab948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,9 +74,10 @@ For setting up different locale than pl check official guide
>btrfs su cr /mnt/@snapshots >btrfs su cr /mnt/@snapshots
#### disable copy on write on var and tmp #### disable copy on write on var, tmp and swap
>chattr +C /mnt/@var >chattr +C /mnt/@var
>chattr +C /mnt/@tmp >chattr +C /mnt/@tmp
>chattr +C /mnt/@swap
>umount /mnt >umount /mnt