[PATCH 1/4] Allow /boot on LVMlv

Gene Czarcinski gczarcinski at gmail.com
Tue May 27 19:32:50 UTC 2014


This reverses the patch to disallow done in response to BZ 1036705.

The updated grub2-2.02 and os-prober-1.58-6 now support /boot
on a LVMlv or a directory on /.
---
 pyanaconda/bootloader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index f76af7e..acb0130 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1403,7 +1403,7 @@ class GRUB2(GRUB):
     terminal_type = "console"
 
     # requirements for boot devices
-    stage2_device_types = ["partition", "mdarray"]
+    stage2_device_types = ["partition", "mdarray", "lvmlv"]
     stage2_raid_levels = [raid.RAID0, raid.RAID1, raid.RAID4,
                           raid.RAID5, raid.RAID6, raid.RAID10]
     stage2_raid_metadata = ["0", "0.90", "1.0", "1.2"]
-- 
1.9.3



More information about the anaconda-patches mailing list