Bug 9581

Summary: Separate blacklists for different kernels
Product: Sisyphus Reporter: Artem Delendik <u2u>
Component: hotplugAssignee: Anton Farygin <rider>
Status: CLOSED WONTFIX QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P2 CC: mike, vsu
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
separate blacklists (in addition to main blacklist) for hotplug-2004_09_23-alt17 none

Description Artem Delendik 2006-05-17 00:34:00 MSD
In some cases there are different sets of compiled-in kernel modules.
This patch allows to keep and use additional "blacklist" files for unique
kernels to keep the hotplug of trying to load nonexistent modules.
Differentiation based on `uname -a` information. "blacklist" files are stored in
`uname -a`-name-based directories in /etc/hotplug/blacklist.d . These
directories are automatically created by hotplug in case of their's absence at
first kernel boot.

I suppose this (or this kind of idea) will be useful for someone's use. :-)
Comment 1 Artem Delendik 2006-05-17 00:36:09 MSD
Created attachment 1491 [details]
separate blacklists (in addition to main blacklist) for hotplug-2004_09_23-alt17
Comment 2 Michael Shigorin 2007-08-13 13:50:50 MSD
I think this won't be fixed as hotplug is obsolete; back then, one could do that
with our custom modutils and if-clauses which were supported.  AFAIK these
aren't supported with module-init-tools; if the need arises again, please
consider looking at udev.