--- platform.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/platform.py b/platform.py index fdc895a..d279c18 100644 --- a/platform.py +++ b/platform.py @@ -222,10 +222,7 @@ class EFI(Platform): errors = Platform.checkBootRequest(self, req) - if req.format.mountpoint == "/boot": - if not req.format.type.startswith("ext"): - errors.append(_("/boot is not on an ext2 filesystem.")) - elif req.format.mountpoint == "/boot/efi": + if req.format.mountpoint == "/boot/efi": if req.format.type != "efi": errors.append(_("/boot/efi is not EFI.")) -- 1.6.5.rc2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list