Skip to content
Open
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
10 changes: 10 additions & 0 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ linux-signed
deployment process. This package works in tandem with the linux-meta package
to deliver signed kernel updates.

LRM
Stands for Linux Restricted Modules, refers to a collection of software modules
that provide additional, often proprietary or specialized functionality for the
Linux kernel. There modules are typically necessary to enable operation of certain
hardware components, which may not be fully supported by the open source drivers
included in the standard Linux kernel.

See [LRM] for more information

respin
A kernel respin is a rebuild of a kernel package in the same kernel SRU cycle
to incorporate fixes or important updates.
Expand Down Expand Up @@ -94,3 +103,4 @@ unstable kernel

[dkms manpages]: https://manpages.ubuntu.com/manpages/noble/en/man8/dkms.8.html
[unstable Git repository]: https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable
[LRM]: https://help.ubuntu.com/community/CustomRestrictedModules