[PATCH 2/2][anaconda] Add custom storage configuration to ksdata. (#929119)

David Lehman dlehman at redhat.com
Wed Jun 12 17:22:54 UTC 2013


Add it right before we commit the changes to disk.
---
 pyanaconda/install.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/install.py b/pyanaconda/install.py
index 7edc63d..43be542 100644
--- a/pyanaconda/install.py
+++ b/pyanaconda/install.py
@@ -132,6 +132,8 @@ def doInstall(storage, payload, ksdata, instClass):
     with progress_report(_("Setting up the installation environment")):
         ksdata.addons.setup(storage, ksdata, instClass)
 
+    storage.updateKSData()  # this puts custom storage info into ksdata
+
     # Do partitioning.
     payload.preStorage()
 
-- 
1.8.1.4



More information about the anaconda-patches mailing list