Skip to content
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

Potential to install wrong kernel? #58

Open
Roy-Orbison opened this issue Sep 10, 2020 · 1 comment · May be fixed by #69
Open

Potential to install wrong kernel? #58

Roy-Orbison opened this issue Sep 10, 2020 · 1 comment · May be fixed by #69

Comments

@Roy-Orbison
Copy link
Contributor

The help output says:

You don't have to prefix with v. E.g. -i 4.9 is the same as -i v4.9.

However the output of ubuntu-mainline-kernel.sh -r 4.9 ends with:

v4.14.98        v4.14.99        v5.4.9

Omitting the v enables substring matches which can lead to install making the wrong choice.

It seems better to treat 4.9 as v4.9., internally.

@pimlie
Copy link
Owner

pimlie commented Nov 8, 2020

That should be a good fix indeed

@Roy-Orbison Roy-Orbison linked a pull request Feb 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants