[rhel5-branch] Always refresh the disk selection list. (#992451)

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon May 12 17:28:55 UTC 2014


If going back to disk selection and adding a new device, the device
list would never properly refresh since the "back" button was
determined to have been pressed. As a result, no drives would appear
in the disk selection list.

Resolve: rhbz#992451
---
 partitioning.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/partitioning.py b/partitioning.py
index 8630655..e84f47c 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -37,9 +37,6 @@ def partitionObjectsInitialize(anaconda):
     # clean slate about drives
     isys.flushDriveDict()
 
-    if anaconda.dir == DISPATCH_BACK:
-        return
-
     # ensure iscsi devs are up
     anaconda.id.iscsi.startup(anaconda.intf)
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list