Skip to content

Commit

Permalink
Enable /boot on btrfs subvolume with GRUB2
Browse files Browse the repository at this point in the history
This depends on a version of grubby with btrfs subvolume support. For
example, grubby >= 8.40-10.fc29.
  • Loading branch information
npmccallum committed Mar 5, 2018
1 parent ecaa3cf commit beaefbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ class GRUB2(GRUB):
stage2_max_end = None

# requirements for boot devices
stage2_device_types = ["partition", "mdarray", "lvmlv"]
stage2_device_types = ["partition", "mdarray", "lvmlv", "btrfs subvolume"]
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"]
Expand Down

0 comments on commit beaefbc

Please sign in to comment.