summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-29 20:49:55 +0000
committerChris Lumens <clumens@redhat.com>2005-08-29 20:49:55 +0000
commit4c7abe447d798b9191fc7446687206fb189e680e (patch)
tree6187ad4fa17bdb9ad75d1b7af2355e0ac98f6ba6 /dispatch.py
parent19dd52d5196dc1185c9a621e8e68769b78e1dfbe (diff)
downloadanaconda-4c7abe447d798b9191fc7446687206fb189e680e.tar.gz
anaconda-4c7abe447d798b9191fc7446687206fb189e680e.tar.xz
anaconda-4c7abe447d798b9191fc7446687206fb189e680e.zip
Simplified the authconfig step to store data as a string to be passed to
authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index e8f9eabbc..f11e63c59 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -100,7 +100,6 @@ installSteps = [
("network", ("id.network", "dir", "intf", "id")),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
- ("authentication", ("id.auth",)),
#XXX: factor to backend
#("readcomps", readPackages, ("intf", "method", "id")),
#("desktopchoice", ("intf", "id.instClass", "dispatch", "id.grpset")),