From 952aa29095c96580858596e7e9e9bc404e952067 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:19:42 +0900 Subject: Init --- static/artix-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/artix-install.md') diff --git a/static/artix-install.md b/static/artix-install.md index 49b5830..84f8b29 100644 --- a/static/artix-install.md +++ b/static/artix-install.md @@ -28,7 +28,7 @@ pvcreate /dev/mapper/luks vgcreate vg /dev/mapper/luks # Create a volume for your swap space. A good size for this is your RAM size + 2GB. -lvcreate -L 30G vg -n root +lvcreate -L 1T vg -n root lvcreate -L 18G vg -n swap lvcreate -l 100%FREE vg -n home -- cgit v1.2.3