Skip to content

Commit

Permalink
Disallow /boot on lvm until grub2 fully supports it. (#1252466)
Browse files Browse the repository at this point in the history
Still not supported. Also see bug 967880

(cherry picked from commit 0b9fe39)
Resolves: rhbz#1252466
  • Loading branch information
dwlehman authored and bcl committed Aug 28, 2015
1 parent 3947257 commit 7ecd155
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 @@ -1403,7 +1403,7 @@ class GRUB2(GRUB):
terminal_type = "console"

# requirements for boot devices
stage2_device_types = ["partition", "mdarray", "lvmlv", "btrfs volume",
stage2_device_types = ["partition", "mdarray", "btrfs volume",
"btrfs subvolume"]
stage2_raid_levels = [raid.RAID0, raid.RAID1, raid.RAID4,
raid.RAID5, raid.RAID6, raid.RAID10]
Expand Down

0 comments on commit 7ecd155

Please sign in to comment.