[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH rhel5-branch 0/5] Add module blacklist to anaconda (#569883)
- From: "Brian C. Lane" <bcl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH rhel5-branch 0/5] Add module blacklist to anaconda (#569883)
- Date: Mon, 7 Mar 2011 22:55:35 -0800
This adds a blacklist= kernel command line argument. It blocks
module loading during the install and writes a
/etc/modprobe.d/anaconda.conf file to block loading on reboot.
This is only for RHEL5, RHEL6 already has this feature.
Tested on a KVM install of RHEL5.6 DVD with multiple blacklist= entries.
Brian C. Lane (5):
Add global vars to retain parsed /proc/cmdline (#569883)
Convert earlyModuleLoad to use cmdline_argv (#569883)
Check blacklist= for the module name before loading it (#569883)
Write /tmp/anaconda.conf (#569883)
Copy module blacklist to target system (#569883)
loader2/hardware.c | 35 ++++++++++++-----------------------
loader2/loader.c | 9 +++++++++
loader2/modules.c | 43 +++++++++++++++++++++++++++++++++++++++++--
loader2/modules.h | 1 +
yuminstall.py | 7 ++++++-
5 files changed, 69 insertions(+), 26 deletions(-)
--
1.7.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]