[PATCH 4/7] Cap new /boot/efi partitions at 200MB. (#748274)

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

 



We removed the max size for the partition and/or format but didn't
limit the size of new ones we create.
---
 pyanaconda/platform.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/platform.py b/pyanaconda/platform.py
index fa0df8f..e49ea65 100644
--- a/pyanaconda/platform.py
+++ b/pyanaconda/platform.py
@@ -202,6 +202,7 @@ class EFI(Platform):
         from storage.partspec import PartSpec
         ret = Platform.setDefaultPartitioning(self)
         ret.append(PartSpec(mountpoint="/boot/efi", fstype="efi", size=20,
+                            maxSize=500,
                             grow=True, weight=self.weight(fstype="efi")))
         return ret
 
-- 
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