[PATCH 19/21] Make sure the ksdata autopart type matches the storage one.

David Lehman dlehman at redhat.com
Thu Aug 9 19:28:38 UTC 2012


---
 pyanaconda/ui/gui/spokes/storage.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 6e5df44..3eb7bc1 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -312,6 +312,7 @@ class StorageSpoke(NormalSpoke, StorageChecker):
         self.data.clearpart.initAll = True
         self.data.clearpart.type = self.clearPartType
         self.storage.config.update(self.data)
+        self.storage.autoPartType = self.data.autopart.type
 
         # If autopart is selected we want to remove whatever has been
         # created/scheduled to make room for autopart.
-- 
1.7.7.6



More information about the anaconda-patches mailing list