-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have no problems with this patch. On Thu, 20 Aug 2009, Chris Lumens wrote:
--- 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):
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqTHPQACgkQ5hsjjIy1Vkle2wCgtYMHYsi4BX3vcHSLubwkq0ki SpMAnR9gHmIxK/PS9UIBHGemJ9F1QfSq =SXaS -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list