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

Fix disable autoinstall for a single module when AUTOINSTALL='no' is set #500

Closed
wants to merge 1 commit into from

Conversation

hongyuntw
Copy link

When we want to specifically disable the autoinstall functionality for a certain module, we can either remove the AUTOINSTALL-related settings from the module's dkms.conf file or set AUTOINSTALL="no". However, the current autoinstall function does not handle this properly. In other words, even if a module has AUTOINSTALL="no", it will still be automatically installed, which is not the expected behavior.

@anbe42 anbe42 self-assigned this Mar 27, 2025
@scaronni
Copy link
Collaborator

@hongyuntw please rebase the branch, we have test fixes already in main.

@hongyuntw hongyuntw force-pushed the fix-autoinstall-single-module branch from 2ce965d to 2a5129b Compare March 28, 2025 08:20
@hongyuntw
Copy link
Author

@scaronni done!

@anbe42
Copy link
Collaborator

anbe42 commented Mar 31, 2025

I have a slightly more generic solution queued ...

@hongyuntw hongyuntw closed this Apr 2, 2025
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.

3 participants