documentation/docs/void-desktop-setup/post-installation/linux-lts.md

24 lines
572 B
Markdown
Raw Normal View History

2023-08-25 17:44:30 +02:00
# Linux-lts
2023-08-16 22:09:10 +02:00
It might be desirable to install an LTS kernel for better stability. This can be done by:
```
# xbps-install -Sy linux-lts linux-lts-headers
```
2023-09-03 11:12:22 +02:00
To uninstall the non-lts kernel, ignore the package by creating `/etc/xbps.d/nolinux.conf` and inserting:
2023-08-16 22:09:10 +02:00
```
ignorepkg=linux
```
And then removing the `linux` meta package and its dependecies:
```
# xbps-remove -Ry linux
2023-08-16 23:13:16 +02:00
```
2023-08-17 13:34:02 +02:00
2023-08-17 13:43:45 +02:00
 
2023-08-17 13:34:02 +02:00
> You should choose a kernel depending on the hardware of your computer. If the components are relatively new they might not work with an LTS kernel.