Add comment about SSDs
This commit is contained in:
parent
179747afdf
commit
b1246dec95
10
install.org
10
install.org
@ -1683,6 +1683,16 @@ for file in ./*; do
|
|||||||
command ${file};
|
command ${file};
|
||||||
done
|
done
|
||||||
#+end_src
|
#+end_src
|
||||||
|
* Enable TRIM (SSD only)
|
||||||
|
#+begin_src bash
|
||||||
|
sudo systemctl enable --now fstrim.timer
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* Set the fastest mirror for Pacman
|
||||||
|
#+begin_src bash
|
||||||
|
sudo pacman-mirrors --fasttrack
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Some notes - Systemd
|
* Some notes - Systemd
|
||||||
To improve the startup time.
|
To improve the startup time.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user