summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-12 16:15:19 -0400
committerChris Lumens <clumens@redhat.com>2008-08-12 16:59:49 -0400
commit0278aa3d219ae35ea0298501a986d480c4d22d32 (patch)
treeea3305a81b972b2fa83930a0b6bb5f9a6e94acae /dispatch.py
parentde87ad3f6a05068d3ab3b5bc85105f0ad538333e (diff)
downloadanaconda-0278aa3d219ae35ea0298501a986d480c4d22d32.tar.gz
anaconda-0278aa3d219ae35ea0298501a986d480c4d22d32.tar.xz
anaconda-0278aa3d219ae35ea0298501a986d480c4d22d32.zip
Move betanag to after keyboard and language are setup.
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 2e6a5bcb5..fcb45c662 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -68,9 +68,9 @@ log = logging.getLogger("anaconda")
# gets passed in when we call the function.
installSteps = [
("welcome", ),
- ("betanag", betaNagScreen, ),
("language", ),
("keyboard", ),
+ ("betanag", betaNagScreen, ),
("regkey", regKeyScreen, ),
("findrootparts", findRootParts, ),
("findinstall", ),