Bug 214087

Summary: Add programming directive capabilities to modprobe.d files
Product: Other Reporter: Dan Jacobson (jidanni)
Component: ModulesAssignee: other_modules
Status: NEW ---    
Severity: enhancement    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: Subsystem:
Regression: No Bisected commit-id:

Description Dan Jacobson 2021-08-17 04:53:44 UTC
Add https://en.wikipedia.org/wiki/Directive_(programming)
capabilities to
/etc/modprobe.d/*.conf
files, e.g.,
#if hostname = nurdsfield
...
#fi
thus allowing the same file to be copied to many systems,
without needing to maintain individual files for each system.