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

David Lehman dlehman at redhat.com
Tue Dec 3 16:55:02 UTC 2013


---
 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



More information about the anaconda-patches mailing list