[PATCH 1/3] Force disk selection for interactive installs. (#888293)

David Lehman dlehman at redhat.com
Mon Jan 7 21:48:18 UTC 2013


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

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index eb1c2f2..0324ef3 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -421,6 +421,8 @@ class StorageSpoke(NormalSpoke, StorageChecker):
     def completed(self):
         return (threadMgr.get("AnaExecuteStorageThread") is None and
                 threadMgr.get("AnaCheckStorageThread") is None and
+                (self.data.ignoredisk.onlyuse != [] or
+                 flags.automatedInstall) and
                 self.storage.rootDevice is not None and
                 not self.errors)
 
-- 
1.7.7.6



More information about the anaconda-patches mailing list