[kde-linux/kde-linux] mkosi.conf.d: install the linux-headers so dkms works
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 933211f7a9f03b6a7c957a95ee75db1618b1102b by Harald Sitter.
Committed on 21/07/2026 at 19:02.
Pushed by sitter into branch 'master'.
install the linux-headers so dkms works
this is actually pretty important because otherwise the user can't build their own modules.
M +1 -0 mkosi.conf.d/00-packages-core.conf
https://invent.kde.org/kde-linux/kde-linux/-/commit/933211f7a9f03b6a7c957a95ee75db1618b1102b
diff --git a/mkosi.conf.d/00-packages-core.conf b/mkosi.conf.d/00-packages-core.conf
index 5ca0a4b4..9aa4f5ec 100644
--- a/mkosi.conf.d/00-packages-core.conf
+++ b/mkosi.conf.d/00-packages-core.conf
@@ -17,6 +17,7 @@ Packages=
kmscon # modern userspace getty and virtual terminal replacement
linux-firmware
linux # It's the kernel!
+ linux-headers # and its headers so the user can use DKMS to build out of tree modules if they need to
plymouth
realtime-privileges # `realtime` group and realtime privileges for processes using it
shim # Sits between firmware and systemd-boot, providing a trusted boot path and support for Secure Boot