From 8faed652be5b868e2ac79e3c11a1bfd04f852e86 Mon Sep 17 00:00:00 2001 From: uni-dos <32173659+uni-dos@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:21:18 -0700 Subject: [PATCH] Fixed typo in btrfs subvol creation --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index ad12750..adc20e1 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -132,7 +132,7 @@ umount /mnt echo "Mounting the newly created subvolumes." mount -o ssd,noatime,space_cache,compress=zstd,subvol=@ $BTRFS /mnt mkdir -p /mnt/{home,.snapshots,/var/log,boot} -mount -o ssd,noatime,space_cache.compress=zstd,autodefrag,discard=async,subvol=@home $BTRFS /mnt/home +mount -o ssd,noatime,space_cache,compress=zstd,autodefrag,discard=async,subvol=@home $BTRFS /mnt/home mount -o ssd,noatime,space_cache,compress=zstd,autodefrag,discard=async,subvol=@snapshots $BTRFS /mnt/.snapshots mount -o ssd,noatime,space_cache,compress=zstd,autodefrag,discard=async,subvol=@var_log $BTRFS /mnt/var/log chattr +C /mnt/var/log