[PATCH 2/3] Support /boot on RAID metadata version 1.2 (#896163).

Chris Lumens clumens at redhat.com
Sun Jan 20 16:09:01 UTC 2013


---
 pyanaconda/bootloader.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 9238e88..20f7b3b 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1358,6 +1358,7 @@ class GRUB2(GRUB):
                            "btrfs subvolume"]
     stage2_raid_levels = [mdraid.RAID0, mdraid.RAID1, mdraid.RAID4,
                           mdraid.RAID5, mdraid.RAID6, mdraid.RAID10]
+    stage2_raid_metadata = ["0", "0.90", "1.0", "1.2"]
 
     @property
     def stage2_format_types(self):
-- 
1.7.11.2



More information about the anaconda-patches mailing list