From 7cbfb22e6ee212ddb93eb5c07027813a2b190f6b Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 5 Dec 2005 20:29:17 +0000 Subject: Add some additional SELinux-related programs and an /etc/shells to get semodule working again. --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') diff --git a/dispatch.py b/dispatch.py index 46433a612..dcbba2c0f 100644 --- a/dispatch.py +++ b/dispatch.py @@ -58,6 +58,7 @@ log = logging.getLogger("anaconda") # in the second case, the function is called directly from the dispatcher installSteps = [ + ("timezone", ("id.instLanguage", "id.timezone")), ("welcome", ()), ("betanag", betaNagScreen, ("intf", "dir")), ("language", ("intf", "id.instLanguage")), @@ -96,7 +97,6 @@ installSteps = [ "id.diskset")), ("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")), ("network", ("id.network", "dir", "intf", "id")), - ("timezone", ("id.instLanguage", "id.timezone")), ("accounts", ("intf", "id.rootPassword")), ("reposetup", doRepoSetup, ("backend","intf", "instPath")), ("basepkgsel", doBasePackageSelect, ("backend","id.instClass")), -- cgit