Setting tag pyplnet-4.3-20
[pyplnet.git] / modprobe.py
index e13a658..da1dcaf 100644 (file)
@@ -171,7 +171,7 @@ if __name__ == '__main__':
     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)