diff --git a/easy-arch.sh b/easy-arch.sh index 5577405..5b8ac5a 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -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