From ba39bf889c88d220914010f69fd375923ca1822c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 30 Jan 2009 18:47:55 +0000 Subject: [PATCH] another module to blacklist for poweredge 175 --- source/steps/ChainBootNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.43.0