From ee89bf7703f8c76d16e45dfeb00b2689ce8e373c Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 20 Jun 2020 00:18:05 +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 90f0f0e..2ace3d8 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
- `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress` + `dd if=/dev/zero of=/swapfile bs=1M count=8192 status=progress`
`chmod 600 /swapfile`
`mkswap /swapfile`
`vim /etc/fstab`