summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
commit3eede90004cfa9e12299aed178c652a91174a5fb (patch)
treeb988f726fee46b21d95a0154322d4755384f9b50 /dispatch.py
parent7ec16efcd173926d85f8a801a0af390f93dc4689 (diff)
downloadanaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.gz
anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.xz
anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index ffd5c55cd..25a122346 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -56,7 +56,7 @@ from rhpl.log import log
# in the second case, the function is called directly from the dispatcher
installSteps = [
- ("welcome", ("id.configFileData",)),
+ ("welcome", ()),
("betanag", betaNagScreen, ("intf", "dir")),
("language", ("intf", "id.instLanguage")),
("keyboard", ("id.instLanguage.getDefaultKeyboard()", "id.keyboard")),