Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/config/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ to add `linux` and `linux-headers` to an `ignorepkg` entry in
[xbps.d(5)](https://man.voidlinux.org/xbps.d.5), since base packages can depend
on them.

## Switching to another kernel series

If you'd like to use the `linux-lts` or `linux-mainline` kernel series instead
of the default `linux`, first install the desired series metapackage (and the
`linux-lts-headers` or `linux-mainline-headers` metapackage if needed). Then you
can add `linux` and `linux-headers` to an `ignorepkg` entry in
[xbps.d(5)](https://man.voidlinux.org/xbps.d.5) and uninstall those packages.

## Changing the default initramfs generator

By default, Void Linux uses [dracut](https://man.voidlinux.org/dracut.8) to
Expand Down