From db9af7f011daefcdf97f61161f05d53f774599df Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 23 Apr 2021 03:23:07 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6d54361..f650450 100644 --- a/install.sh +++ b/install.sh @@ -100,7 +100,7 @@ btrfs subvolume create /mnt/@/var_log &>/dev/null # Mounting the newly created subvolumes. umount /mnt echo "Mounting the newly created subvolumes." -mount -o ssd,noatime,space_cache,compress=zstd,subvol=@ $BTRFS /mnt +mount -o ssd,noatime,space_cache,compress=zstd:15,subvol=@ $BTRFS /mnt mkdir -p /mnt/{home,.snapshots,/var/log,boot} mount -o ssd,noatime,space_cache,compress=zstd:15,subvol=@/boot $BTRFS /mnt/boot mount -o ssd,noatime,space_cache.compress=zstd:15,subvol=@/home $BTRFS /mnt/home