summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index ddf531835..f3fcba7a4 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -413,6 +413,8 @@ class KickstartBase(BaseInstallClass):
self.skipSteps.append("monitor")
self.skipSteps.append("xcustom")
self.skipSteps.append("handleX11pkgs")
+ self.skipSteps.append("checkmonitorok")
+ self.skipSteps.append("setsanex")
def doUpgrade(self, id, args):