summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/artix-install.md2
1 files changed, 1 insertions, 1 deletions
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