diff --git a/addons/install_arch.md b/addons/install_arch.md index 3dc33b7..537fedf 100644 --- a/addons/install_arch.md +++ b/addons/install_arch.md @@ -49,7 +49,7 @@ mkfs.ext4 /dev/sda2 #### Create swapfile ```sh -fallocate -l 4G /swapfile +dd if=/dev/zero of=/swapfile bs=1M count=32768 status=progress chmod 600 /swapfile mkswap /swapfile swapon /swapfile