Bug 214087 - Add programming directive capabilities to modprobe.d files
Summary: Add programming directive capabilities to modprobe.d files
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Modules (show other bugs)
Hardware: All Linux
: P1 enhancement
Assignee: other_modules
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-17 04:53 UTC by Dan Jacobson
Modified: 2021-08-17 04:53 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.