[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 4/8] Don't handle all aspects of module loading ourselves - just wrap modprobe.
- From: Bill Nottingham <notting redhat com>
- To: anaconda-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: [PATCH 4/8] Don't handle all aspects of module loading ourselves - just wrap modprobe.
- Date: Sat, 15 Dec 2007 00:39:52 -0500
This includes:
- removal of the moddeps code
- removal of the module list tracking
For handling passed options in the installed system, write
a /etc/modprobe.d files with:
1) any options passed on the installer command line
2) any modules blacklisted via the command line
3) any options directly specified for modules
0 263 loader2/modstubs.c
0 9 loader2/modstubs.h
0 196 loader2/moduledeps.c
0 15 loader2/moduledeps.h
156 990 loader2/modules.c
4 38 loader2/modules.h
--
1.5.3.7
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]