diff --git a/pre.sh b/pre.sh index ea4cc1c..49a734d 100644 --- a/pre.sh +++ b/pre.sh @@ -70,11 +70,11 @@ btrfs subvolume create @log btrfs subvolume create @cache cd ~ umount -mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@ /dev/vda2 /mnt +mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@ /dev/vda2 /mnt mkdir -p /mnt/{home,var/log,var/cache,boot} -mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@home /dev/vda2 /mnt/home -mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@log /dev/vda2 /mnt/var/log -mount -o noatime,compress=zstd,space_cache,discard=async,subvol=@cache /dev/vda2 /mnt/cache +mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@home /dev/vda2 /mnt/home +mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@log /dev/vda2 /mnt/var/log +mount -o noatime,compress=zstd,space_cache=v2,discard=async,subvol=@cache /dev/vda2 /mnt/cache mount /dev/vda1 /mnt/boot pacstrap /mnt base linux linux-lts linux-firmware amd-ucode tamsyn-font vim git