artix

posix artix installation script
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 433b17362b98c2dda5a09f77d0901bbda496c35f
parent 4d9de646b915c2eca77294e70fce8eb7adeaae26
Author: awy <awy@awy.one>
Date:   Thu, 10 Apr 2025 15:21:54 +0300

btrfs compression

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -148,7 +148,7 @@ else fi if [ "$encryption" = 1 ]; then - echo "UUID=$UUID_ROOT / btrfs defaults,noatime 0 1" >> /mnt/etc/fstab + echo "UUID=$UUID_ROOT / btrfs defaults,noatime,compress=zstd 0 1" >> /mnt/etc/fstab else echo "UUID=$UUID_ROOT / ext4 defaults,noatime 0 1" >> /mnt/etc/fstab fi