summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-05-14 21:39:28 +0000
committerMike Fulbright <msf@redhat.com>2003-05-14 21:39:28 +0000
commit1cfaf749874aba4180d59d3d7a6dbddf51b50c76 (patch)
treeb92c63e786349fc9a24c679697a567828e897c69 /kickstart.py
parentc8aad4c1ffdf867f46333af10ba51d7f9740b991 (diff)
downloadanaconda-1cfaf749874aba4180d59d3d7a6dbddf51b50c76.tar.gz
anaconda-1cfaf749874aba4180d59d3d7a6dbddf51b50c76.tar.xz
anaconda-1cfaf749874aba4180d59d3d7a6dbddf51b50c76.zip
this change makes it so you are prompted if you monitor was not probed. the prompt occurs after the keyboard and mice screens, so all peripheral questions are at the beginning. previous state of these files tags as before-cambridge-monitor-query-change
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):