Add comment about SSDs
This commit is contained in:
parent
565ab0d8b5
commit
6ea4bf277d
10
install.org
10
install.org
@ -1683,6 +1683,16 @@ for file in ./*; do
|
||||
command ${file};
|
||||
done
|
||||
#+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
|
||||
To improve the startup time.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user