summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/autopart_type.py1
-rw-r--r--textw/partition_text.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index f192d6ac3..8a1268904 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -391,6 +391,7 @@ class PartitionTypeWindow(InstallWindow):
self.storage.clearPartDisks,
self.drivelist,
disallowDrives=[self.anaconda.updateSrc])
+ self.anaconda.id.bootloader.updateDriveList()
self._fillBootStore()
w.pop()
diff --git a/textw/partition_text.py b/textw/partition_text.py
index b6960eff8..fdf349666 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -130,6 +130,7 @@ class PartitionTypeWindow:
if rc == "F2":
if self.addDriveDialog(screen) != INSTALL_BACK:
anaconda.id.storage.reset()
+ anaconda.id.bootloader.updateDriveList()
continue
if res == TEXT_BACK_CHECK: