[PATCH 2/9] Allow xfs /boot.

David Lehman dlehman at redhat.com
Thu Oct 4 14:47:12 UTC 2012


---
 pyanaconda/bootloader.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 16f9848..e6dced4 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -1343,7 +1343,7 @@ class GRUB2(GRUB):
     can_update = True
 
     # requirements for boot devices
-    stage2_format_types = ["ext4", "ext3", "ext2", "btrfs"]
+    stage2_format_types = ["ext4", "ext3", "ext2", "btrfs", "xfs"]
     stage2_device_types = ["partition", "mdarray", "lvmlv", "btrfs volume"]
     stage2_raid_levels = [mdraid.RAID0, mdraid.RAID1, mdraid.RAID4,
                           mdraid.RAID5, mdraid.RAID6, mdraid.RAID10]
-- 
1.7.7.6



More information about the anaconda-patches mailing list