[PATCH 11/13] Remove unused Platform.validBootLoaderPartSize method.

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

 



---
 pyanaconda/platform.py |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/pyanaconda/platform.py b/pyanaconda/platform.py
index 5fdb73d..e28c680 100644
--- a/pyanaconda/platform.py
+++ b/pyanaconda/platform.py
@@ -174,17 +174,6 @@ class Platform(object):
         return [PartSpec(mountpoint="/boot", fstype=self.defaultBootFSType, size=500,
                          weight=self.weight(mountpoint="/boot"))]
 
-    def validBootLoaderPartSize(self, size):
-        """ Is the given size (in MB) acceptable for a bootloader device? """
-        if not isinstance(size, int) and not isinstance(size, float):
-            return False
-
-        return ((self.bootloader.stage1_device_min_size is None or
-                 size >= self.bootloader.stage1_device_min_size)
-                and
-                (self.bootloader.stage1_device_max_size is None or
-                 size <= self.bootloader.stage1_device_max_size))
-
     def weight(self, fstype=None, mountpoint=None):
         """ Given an fstype (as a string) or a mountpoint, return an integer
             for the base sorting weight.  This is used to modify the sort
-- 
1.7.3.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