From: Thierry Parmentelat Date: Fri, 30 Jan 2009 18:47:55 +0000 (+0000) Subject: another module to blacklist for poweredge 175 X-Git-Tag: BootManager-4.3-3~14 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=ba39bf889c88d220914010f69fd375923ca1822c another module to blacklist for poweredge 175 --- diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index 08a31ac..09b7678 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -191,7 +191,7 @@ def Run( vars, log ): # modules that should not get unloaded # unloading cpqphp causes a kernel panic - blacklist = [ "floppy", "cpqphp", "i82875p_edac" ] + blacklist = [ "floppy", "cpqphp", "i82875p_edac", "mptspi"] try: modules= file("/tmp/loadedmodules","r")