From 54121de3adff1cd9a682b5739c7fab706f1ae236 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 20 Jun 2020 00:11:48 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 9424ceb..90f0f0e 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -115,7 +115,7 @@ So if theres boot menu option choose non-uefi. `hwclock --systohc --utc`
`timedatectl set-ntp true` * setup a swap file
- `fallocate -l 8G /swapfile`
+ `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress` `chmod 600 /swapfile`
`mkswap /swapfile`
`vim /etc/fstab`