[PATCH 2/2] x86 and EFI platforms can now have /boot on ext4.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 platform.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/platform.py b/platform.py
index 2c3e8cf..5998e7f 100644
--- a/platform.py
+++ b/platform.py
@@ -195,6 +195,7 @@ class Platform(object):
         return 0
 
 class EFI(Platform):
+    _bootFSType = "ext4"
     _diskType = parted.diskType["gpt"]
     _minBootPartSize = 50
     _maxBootPartSize = 256
@@ -436,6 +437,7 @@ class Sparc(Platform):
 
 class X86(EFI):
     _bootloaderPackage = "grub"
+    _bootFSType = "ext4"
     _supportsMdRaidBoot = True
 
     def __init__(self, anaconda):
-- 
1.6.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux