diff --git a/easy-arch.sh b/easy-arch.sh index 5b74247..72a260b 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -76,6 +76,9 @@ mount -o nodatacow,subvol=@swap $BTRFS /mnt/swap mkdir /mnt/boot/efi mount $ESP /mnt/boot/efi +chattr +C @/mnt/var/log +chattr +C @/mnt/swap + # Pacstrap (setting up a base sytem onto the new root). echo "Installing the base system (it may take a while)." pacstrap /mnt base linux linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo networkmanager