Skip to content

Update kernel header install command for clarity #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2025

Conversation

EricccTaiwan
Copy link
Contributor

@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