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

Commits on Mar 21, 2024

  1. git commit -m "Make the pending kernel update detection more robust (…

    …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 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9186d7f View commit details
    Browse the repository at this point in the history