[PATCH 1/2] Disallow /boot on btrfs subvolume until grubby supports it. (#864198)

Clyde E. Kunkel clydekunkel7734 at verizon.net
Wed Dec 4 04:00:41 UTC 2013


On 12/03/2013 07:02 PM, David Lehman wrote:
> On Tue, 2013-12-03 at 18:42 -0500, Clyde E. Kunkel wrote:
>> On 12/03/2013 11:55 AM, David Lehman wrote:
>>> ---
>>>    pyanaconda/bootloader.py | 3 +--
>>>    1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
>>> index 51f7f24..fcb9c4a 100644
>>> --- a/pyanaconda/bootloader.py
>>> +++ b/pyanaconda/bootloader.py
>>> @@ -1349,8 +1349,7 @@ class GRUB2(GRUB):
>>>        terminal_type = "console"
>>>
>>>        # requirements for boot devices
>>> -    stage2_device_types = ["partition", "mdarray", "lvmlv", "btrfs volume",
>>> -                           "btrfs subvolume"]
>>> +    stage2_device_types = ["partition", "mdarray", "lvmlv", "btrfs volume"]
>>>        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"]
>>>
>>
>> I am able to easy boot directly into a /boot directory on a btrfs /
>> subvol on a btrfs fs.  Hopefully this patch will not eliminate that.
>
> For crying out loud. Someone needs to make a list of what is and is not
> expected to work so I can make a damn patch. Please.
>
>

Really? Don't you know?  You are making the patch.  Follow the spec for 
crying out loud.  There is one, right?  All I can do is test and report.

-- 
Regards,
OldFart


More information about the anaconda-patches mailing list