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