summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-17 14:38:42 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-17 14:38:42 +0000
commitd80ed88c7aa363fd1e3fd9e81857ef655c495e5c (patch)
tree2261f382c61554ad7e6ee209a54160751b94387c /kickstart.py
parent062bf8334fc8343ec34ecc51653da88071da56a2 (diff)
downloadanaconda-d80ed88c7aa363fd1e3fd9e81857ef655c495e5c.tar.gz
anaconda-d80ed88c7aa363fd1e3fd9e81857ef655c495e5c.tar.xz
anaconda-d80ed88c7aa363fd1e3fd9e81857ef655c495e5c.zip
Removed references to steps that don't exist anymore.
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/kickstart.py b/kickstart.py
index e50d6a5d2..3fe3fc621 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -530,8 +530,7 @@ class AnacondaKSHandlers(KickstartHandlers):
def doSkipX(self, id, args):
KickstartHandlers.doSkipX(self, args)
self.skipSteps.extend(["checkmonitorok", "setsanex", "videocard",
- "monitor", "xcustom", "handleX11pkgs",
- "writexconfig"])
+ "monitor", "xcustom", "writexconfig"])
if id.xsetup is not None:
id.xsetup.skipx = 1
@@ -593,7 +592,7 @@ class AnacondaKSHandlers(KickstartHandlers):
dict["startX"])
id.instClass.setDesktop(id, dict["defaultdesktop"])
self.skipSteps.extend(["videocard", "monitor", "xcustom",
- "handleX11pkgs", "checkmonitorok", "setsanex"])
+ "checkmonitorok", "setsanex"])
def doZeroMbr(self, id, args):
KickstartHandlers.doZeroMbr(self, args)