From fde803034a51f6c1561e242efa1074d0c71421f3 Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jan 2022 00:34:38 +0100 Subject: [PATCH] Fixed mount-options for btrfs --- pre.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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