aboutsummaryrefslogtreecommitdiff
path: root/articles/2021/Arch-LTS-kernel.html
blob: 095ecd9baae228765fce32eddebc9057442a2882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="EN">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/style.css">
    <title>Bloggings</title>
  </head>
  <body>
    <header>
      <h1>Bloggings</h1>
      <a href="/index.php">Back</a>
      
    </header>
    
<main>
<article>
<h2>Arch LTS kernel</h2>
<h3>2021-05-28</h3>
<p>Arch Linux est parfois étiqueté comme étant instable, 
mais en réalité ce sont les options de pointe qui peuvent 
le rendre instable. J'ai opté pour la stabilité, j'utilise 
donc le noyau LTS.</p>
<p>Installer le noyeau LTS</p>
<pre>sudo pacman -S linux-lts
sudo grub-mkconfig -o /boot/grub/grub.cfg
sudo reboot
</pre>
<p>Retirer le noyeau de pointe</p>
<pre>sudo pacman -R linux
sudo grub-mkconfig -o /boot/grub/grub.cfg
sudo reboot
</pre>
<p>
J'ai dû supprimer acpi_call et tp-smapi avant de 
retirer le noyau de pointe, et les réinstaller en 
utilisant les versions DKMS dans l'AUR.
</p>
<p><a href="https://averagelinuxuser.com/the-lts-kernel-in-arch-linux/">Why and How to install the LTS kernel in Arch
Linux</a></p>
</article>
</main>
<footer>
<p>&nbsp;</p><p>§</p></footer>
</body></html>