summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-06 16:41:39 +0000
committerbfox <bfox>2001-07-06 16:41:39 +0000
commit5e5df5ae018d96d4b3dc9a208c799e17f708b738 (patch)
tree60254033ae59ea2329de2f77f7cefd0a04d81c02 /dispatch.py
parent7d80d724deb544e9fcf4e40b54e9b9dfc89e1494 (diff)
downloadanaconda-5e5df5ae018d96d4b3dc9a208c799e17f708b738.tar.gz
anaconda-5e5df5ae018d96d4b3dc9a208c799e17f708b738.tar.xz
anaconda-5e5df5ae018d96d4b3dc9a208c799e17f708b738.zip
updates to make more product strings specified via conf file
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 7258c21b8..fe3eb858a 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -45,7 +45,7 @@ installSteps = [
( "language", ("intf", "id.instLanguage") ),
( "keyboard", ("id.instLanguage", "id.keyboard") ),
( "mouse", ("id.mouse", ) ),
- ( "welcome", () ),
+ ( "welcome", ("id.configFileData", ) ),
( "reconfigwelcome", () ),
( "reconfigkeyboard", ("id.instLanguage", "id.keyboard" ) ),
( "installtype", ("dispatch", "id", "method", "intf") ),