artix

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

commit 42c11ca964a426879aab483c90ec13c1c0f06a32
parent 7f81dc56ebcc19d59fab9316fa4684cacd2148da
Author: awy <awy@awy.one>
Date:   Thu, 10 Apr 2025 19:01:31 +0300

zstd compression before installing

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

diff --git a/install.sh b/install.sh @@ -15,7 +15,7 @@ diskpart() printf "%s" "$cryptpass" | cryptsetup luksFormat /dev/"$rootdrive" -d - printf "%s" "$cryptpass" | cryptsetup open /dev/"$rootdrive" cryptlvm -d - mkfs.btrfs /dev/mapper/cryptlvm - mount /dev/mapper/cryptlvm /mnt + mount -o compress=zstd /dev/mapper/cryptlvm /mnt ;; esac mkdir /mnt/boot