Skip to content

Conversation

EricccTaiwan
Copy link
Collaborator

@EricccTaiwan EricccTaiwan commented Apr 11, 2025

Remove the redundant kmod installation since it is already installed earlier. Also replace the hardcoded kernel version with 'uname -r' to improve portability and compatibility with modern Linux distributions.

Summary by Bito

This pull request enhances the kernel header installation documentation by eliminating the redundant `kmod` installation and using a dynamic command with `uname -r` instead of a hardcoded kernel version, improving clarity and compatibility. It also updates the installation documentation for better portability across Linux distributions.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 2

Remove the redundant 'kmod' installation since it is already
installed earlier. Also replace the hardcoded kernel version
with 'uname -r' to improve portability and compatibility with
modern Linux distributions.
@jserv jserv merged commit fea832b into sysprog21:master Apr 12, 2025
1 check passed
@jserv
Copy link
Contributor

jserv commented Apr 12, 2025

Thank @EricccTaiwan for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants