summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-03-13 17:02:57 -0400
committerChris Lumens <clumens@redhat.com>2012-03-14 13:31:41 -0400
commitba1c2b8fb06654c9fb1c89ea13fa453bbc24dbd0 (patch)
tree14c8c34dd49e3fdfc71939783034f82d54f31412 /anaconda
parentaf7bcb9939b8b85d4b170a1697339286a806c033 (diff)
downloadanaconda-ba1c2b8fb06654c9fb1c89ea13fa453bbc24dbd0.tar.gz
anaconda-ba1c2b8fb06654c9fb1c89ea13fa453bbc24dbd0.tar.xz
anaconda-ba1c2b8fb06654c9fb1c89ea13fa453bbc24dbd0.zip
Do base kickstart package selections after the payload is set up.
This is the earliest time we can do this, and doing it from the end of the thread means it's out of the way.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 8df98e8f8..856c50e03 100755
--- a/anaconda
+++ b/anaconda
@@ -814,7 +814,7 @@ if __name__ == "__main__":
initThreading()
threadMgr.add(Thread(name="AnaStorageThread", target=storageInitialize, args=(anaconda.storage, ksdata, anaconda.protected)))
- threadMgr.add(Thread(name="AnaPayloadThread", target=payloadInitialize, args=(anaconda.storage, anaconda.payload)))
+ threadMgr.add(Thread(name="AnaPayloadThread", target=payloadInitialize, args=(anaconda.storage, ksdata, anaconda.payload)))
atexit.register(exitHandler, ksdata.reboot, anaconda.storage)
# FIXME: This will need to be made cleaner once this file starts to take