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

Brian C. Lane bcl at redhat.com
Tue Dec 3 18:07:29 UTC 2013


On Tue, Dec 03, 2013 at 10:55:02AM -0600, 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"]
> -- 
> 1.8.1.4

Ack Ack.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list