Allow btrfs stage2 with grub2. (#732594)
---
pyanaconda/bootloader.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index 30b2111..eae37a3 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -1454,6 +1454,7 @@ class GRUB2(GRUB): can_update = True # requirements for boot devices + stage2_format_types = ["ext4", "ext3", "ext2", "btrfs"] stage2_device_types = ["partition", "mdarray", "lvmlv"] stage2_raid_levels = [mdraid.RAID0, mdraid.RAID1, mdraid.RAID4, mdraid.RAID5, mdraid.RAID6, mdraid.RAID10] -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
Allow btrfs stage2 with grub2. (#732594)
> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index 30b2111..eae37a3 100644 > --- a/pyanaconda/bootloader.py > +++ b/pyanaconda/bootloader.py > @@ -1454,6 +1454,7 @@ class GRUB2(GRUB): > can_update = True > > # requirements for boot devices > + stage2_format_types = ["ext4", "ext3", "ext2", "btrfs"] > stage2_device_types = ["partition", "mdarray", "lvmlv"] > stage2_raid_levels = [mdraid.RAID0, mdraid.RAID1, mdraid.RAID4, > mdraid.RAID5, mdraid.RAID6, mdraid.RAID10] Looks fine. This should go on f16-branch, too. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list |
| All times are GMT. The time now is 04:49 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.