[PATCH 1/5] Allow /boot on LVMlv

Gene Czarcinski gczarcinski at gmail.com
Tue May 27 10:44:46 UTC 2014


On 05/27/2014 03:32 AM, Vratislav Podzimek wrote:
> On Mon, 2014-05-26 at 17:01 -0400, Gene Czarcinski wrote:
>> This reverses the patch to disallow done in response to BZ 1036705
>> ---
>>   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"]
> Has anything change in the tool set so that this now would work without
> issues?
>
Yes, rawhide now has grub2-2.02.  I will update the commit message.


More information about the anaconda-patches mailing list