1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-21 17:11:34 -05:00

Update install.sh

This commit is contained in:
TommyTran732 2021-04-23 03:23:07 -04:00 committed by tommytran732
parent 60c2754c3f
commit db9af7f011
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -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