remove hardcoded file list
authorS.Çağlar Onur <caglar@verivue.com>
Tue, 15 Mar 2011 18:30:42 +0000 (14:30 -0400)
committerS.Çağlar Onur <caglar@verivue.com>
Tue, 15 Mar 2011 18:30:42 +0000 (14:30 -0400)
modprobe.py

index e13a658..da1dcaf 100644 (file)
@@ -171,7 +171,7 @@ if __name__ == '__main__':
     m.input()
 
     blacklist = Modprobe()
     m.input()
 
     blacklist = Modprobe()
-    blacklistfiles = ("blacklist","blacklist-compat","blacklist-firewire")
+    blacklistfiles = os.listdir("/etc/modprobe.d")
     for blf in blacklistfiles:
         if os.path.exists("/etc/modprobe.d/%s"%blf):
             blacklist.input("/etc/modprobe.d/%s"%blf)
     for blf in blacklistfiles:
         if os.path.exists("/etc/modprobe.d/%s"%blf):
             blacklist.input("/etc/modprobe.d/%s"%blf)