From 11125ffb25871d2b0c735ddd5f0f0cbb261a1361 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 7 Jun 2020 13:31:19 +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 9d303c0..908c944 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -222,7 +222,7 @@ Monitoring and testing * if ssd, enable periodic trim
`sudo pacman -S util-linux`
`sudo systemctl enable --now fstrim.timer` -* set noatime in fstab to prevent unnecessary keep of read times
+* set noatime in fstab to prevent unnecessary tracking of read times
`sudo vim /etc/fstab`
*UUID=cdd..addb / ext4 rw,noatime 0 1* * enable use of all cpu cores for makepkg jobs and disable compression