[PATCH 05/13] Fix handling of missing boot device in doPartitioning.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/storage/partitioning.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pyanaconda/storage/partitioning.py b/pyanaconda/storage/partitioning.py
index d83ed1b..30aee90 100644
--- a/pyanaconda/storage/partitioning.py
+++ b/pyanaconda/storage/partitioning.py
@@ -848,11 +848,10 @@ def doPartitioning(storage, bootloader=None):
             part.req_size = part.req_base_size
 
     try:
-        bootDev = storage.platform.bootDevice
-    except DeviceError:
+        storage.platform.bootDevice.req_bootable = True
+    except AttributeError:
+        # there's no stage2 device. hopefully it's temporary.
         pass
-    else:
-        bootDev.req_bootable = True
 
     removeNewPartitions(disks, partitions)
     free = getFreeRegions(disks)
-- 
1.7.3.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux