Neal Gompa 973d7d
From 31760d1f5e73caf2525859de581e11c73e405218 Mon Sep 17 00:00:00 2001
Neal Gompa 973d7d
From: Neal Gompa <ngompa13@gmail.com>
Neal Gompa 973d7d
Date: Sat, 10 Feb 2018 09:18:50 -0500
Neal Gompa 973d7d
Subject: [PATCH] Remove usage of kickstart.get_modules() (rhbz#1544075)
Neal Gompa 973d7d
Neal Gompa 973d7d
As of pykickstart 3.9, this method doesn't exist anymore, and usage
Neal Gompa 973d7d
of this was removed in livecd-tools already.
Neal Gompa 973d7d
---
Neal Gompa 973d7d
 appcreate/appliance.py | 1 -
Neal Gompa 973d7d
 1 file changed, 1 deletion(-)
Neal Gompa 973d7d
Neal Gompa 973d7d
diff --git a/appcreate/appliance.py b/appcreate/appliance.py
Neal Gompa 973d7d
index 61f1c46..34971a3 100644
Neal Gompa 973d7d
--- a/appcreate/appliance.py
Neal Gompa 973d7d
+++ b/appcreate/appliance.py
Neal Gompa 973d7d
@@ -66,7 +66,6 @@ class ApplianceImageCreator(ImageCreator):
Neal Gompa 973d7d
 
Neal Gompa 973d7d
         #additional modules to include
Neal Gompa 973d7d
         self.modules = ["sym53c8xx", "aic7xxx", "mptspi"]
Neal Gompa 973d7d
-        self.modules.extend(kickstart.get_modules(self.ks))
Neal Gompa 973d7d
 
Neal Gompa 973d7d
         # This determines which partition layout we'll be using
Neal Gompa 973d7d
         self.bootloader = None
Neal Gompa 973d7d
-- 
Neal Gompa 973d7d
2.14.3
Neal Gompa 973d7d