documentation/docs/void-desktop-setup/Linux-lts.md

22 lines
546 B
Markdown
Raw Normal View History

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
```
To uninstall the non-lts kernel, ignore the package through `/etc/xbps.d/xbps.conf` by adding:
```
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.