diff --git a/src/content/artix-install-guide/index.md b/src/content/artix-install-guide/index.md index 2b69333..f50fd10 100644 --- a/src/content/artix-install-guide/index.md +++ b/src/content/artix-install-guide/index.md @@ -600,7 +600,7 @@ doas rc-service power-profiles-daemon start ``` doas fallocate -l 4G /swapfile doas chmod 600 /swapfile -daos mkswap /swapfile +doas mkswap /swapfile doas swapon /swapfile doas cp /etc/fstab /etc/fstab.bak echo '/swapfile none swap sw 0 0' | doas tee -a /etc/fstab