summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-18 19:45:14 +0000
committerChris Lumens <clumens@redhat.com>2007-09-18 19:45:14 +0000
commitd561f7e3c83358ff98fc76daf314d997c5286bee (patch)
tree519e04195913c4a264cbfb0a8f9e1cb7583e9fdd /dispatch.py
parentc0114fc6792ce13899950d24bf133ad49034e57c (diff)
downloadanaconda-d561f7e3c83358ff98fc76daf314d997c5286bee.tar.gz
anaconda-d561f7e3c83358ff98fc76daf314d997c5286bee.tar.xz
anaconda-d561f7e3c83358ff98fc76daf314d997c5286bee.zip
Write out anaconda-ks.cfg earlier (#292571).
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 07f1adbd4..dbe028f98 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -99,13 +99,13 @@ installSteps = [
("migratefilesystems", doMigrateFilesystems, ),
("setuptime", setupTimezone, ),
("preinstallconfig", doPreInstall, ),
+ ("writeksconfig", writeKSConfiguration, ),
("installpackages", doInstall, ),
("postinstallconfig", doPostInstall, ),
("writeconfig", writeConfiguration, ),
("firstboot", firstbootConfiguration, ),
("instbootloader", writeBootloader, ),
("writexconfig", writeXConfiguration, ),
- ("writeksconfig", writeKSConfiguration, ),
("writeregkey", writeRegKey, ),
("setfilecon", setFileCons, ),
("copylogs", copyAnacondaLogs, ),