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

Make the pending kernel update detection more robust (for EndeavourOS) #129

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

Antiz96
Copy link
Owner

@Antiz96 Antiz96 commented Mar 21, 2024

The fix implemented for EndeavourOS in #75 can create false positives in case some old-ish/outdated kernel related files are laying in /boot for some reasons... (?)
This commit aims to make the pending kernel update detection more robust to avoid such potential false positives by making Arch-Update looking for kernel related files in both /boot and in /usr/lib/modules/* (instead of falling-back to the latter only if kernel files are not found in the former).

Fixes #74

…for EndeavourOS)

The fix implemented for EndeavourOS in #75 can create false positives in case some old-ish/outdated kernel related files are [laying in /boot](#74 (comment)) *for some reasons... (?)*
This commit aims to make the pending kernel update detection more robust to avoid such potential false positives by making Arch-Update looking for kernel related files in **both** /boot and in /usr/lib/modules/* (instead of falling-back to the latter only if kernel files are not found in the former).

Fixes #74
@Antiz96 Antiz96 merged commit b0bc9ee into main Mar 21, 2024
@Antiz96 Antiz96 deleted the kernel_upgrades_fix branch March 21, 2024 19:37
@Antiz96 Antiz96 changed the title git commit -m "Make the pending kernel update detection more robust (for EndeavourOS) Make the pending kernel update detection more robust (for EndeavourOS) Mar 21, 2024
@Antiz96 Antiz96 added this to the 1.13.0 milestone Mar 21, 2024
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.

pending kernel update message persisting after reboot on EndeavourOS
1 participant