summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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", ),