[blivet][master/rhel7-branch] Add boot description for "disk" devices on s390. (#867777, #903237, #960143)

Samantha N. Bueno sbueno+anaconda at redhat.com
Wed Oct 23 18:38:53 UTC 2013


iSCSI and multipath devices should be treated as normal disks on s390x; this
adds "disk" as a valid boot description to essentially expose iSCSI and mpath
as devices we can opt to boot from.

Resolves: rhbz#867777
Resolves: rhbz#903237
Resolves: rhbz#960143
---
 blivet/platform.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/blivet/platform.py b/blivet/platform.py
index 69005d9..7027ec3 100644
--- a/blivet/platform.py
+++ b/blivet/platform.py
@@ -283,9 +283,11 @@ class S390(Platform):
     _disklabel_types = ["msdos", "dasd"]
     _boot_stage1_device_types = ["disk", "partition"]
     _boot_dasd_description = N_("DASD")
+    _boot_mbr_description = N_("Master Boot Record")
     _boot_zfcp_description = N_("zFCP")
     _boot_descriptions = {"dasd": _boot_dasd_description,
                           "zfcp": _boot_zfcp_description,
+                          "disk": _boot_mbr_description,
                           "partition": Platform._boot_partition_description}
 
     def __init__(self):
-- 
1.8.3.1



More information about the anaconda-patches mailing list