aboutsummaryrefslogtreecommitdiff
path: root/articles/2021/Arch-LTS-kernel.html
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
committerPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
commit420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch)
tree3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2021/Arch-LTS-kernel.html
update
Diffstat (limited to 'articles/2021/Arch-LTS-kernel.html')
-rwxr-xr-xarticles/2021/Arch-LTS-kernel.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/articles/2021/Arch-LTS-kernel.html b/articles/2021/Arch-LTS-kernel.html
new file mode 100755
index 0000000..095ecd9
--- /dev/null
+++ b/articles/2021/Arch-LTS-kernel.html
@@ -0,0 +1,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>