From 0278aa3d219ae35ea0298501a986d480c4d22d32 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 12 Aug 2008 16:15:19 -0400 Subject: Move betanag to after keyboard and language are setup. --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') 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", ), -- cgit