From 34b9db31f26202ff9bbdf2249b4825cfa00764b6 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Thu, 9 Aug 2012 12:13:53 -0500 Subject: [PATCH 19/21] Make sure the ksdata autopart type matches the storage one. --- 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