summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyanaconda/ui/tui/spokes/storage.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyanaconda/ui/tui/spokes/storage.py b/pyanaconda/ui/tui/spokes/storage.py
index bfa90acc8..40a167aeb 100644
--- a/pyanaconda/ui/tui/spokes/storage.py
+++ b/pyanaconda/ui/tui/spokes/storage.py
@@ -245,12 +245,6 @@ class StorageSpoke(NormalTUISpoke):
# user may have set up before now.
self.storage.config.clearNonExistent = self.data.autopart.autopart
- # Pick the first disk to be the destination device for the bootloader.
- # This appears to be the minimum amount of configuration required to
- # make autopart happy with the bootloader settings.
- if not self.data.bootloader.bootDrive:
- self.data.bootloader.bootDrive = self.storage.bootloader.disks[0].name
-
def execute(self):
print(_("Generating updated storage configuration"))
try: