[PATCH 2/2] /boot is already being checked by the superclass, so don't check again.

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

 



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

[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