From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2021/Arch-LTS-kernel.html | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 articles/2021/Arch-LTS-kernel.html (limited to 'articles/2021/Arch-LTS-kernel.html') 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 @@ + + + + + + + Bloggings + + +
+

Bloggings

+ Back + +
+ +
+
+

Arch LTS kernel

+

2021-05-28

+

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.

+

Installer le noyeau LTS

+
sudo pacman -S linux-lts
+sudo grub-mkconfig -o /boot/grub/grub.cfg
+sudo reboot
+
+

Retirer le noyeau de pointe

+
sudo pacman -R linux
+sudo grub-mkconfig -o /boot/grub/grub.cfg
+sudo reboot
+
+

+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. +

+

Why and How to install the LTS kernel in Arch +Linux

+
+
+ + -- cgit v1.3.1