diff options
-rw-r--r-- | autopart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py index 15c5b3117..6725c22b4 100644 --- a/autopart.py +++ b/autopart.py @@ -1063,7 +1063,7 @@ def getAutopartitionBoot(): if iutil.getArch() == "ia64": return ("/boot/efi", "vfat", 100, None, 0, 1) else: - return ("/boot", None, 50, None, 0, 1) + return ("/boot", None, 100, None, 0, 1) def queryAutoPartitionOK(intf, diskset, partitions): type = partitions.autoClearPartType |