From 27ef66cf4b183ed50f74b4e2dfc84fd33c38e737 Mon Sep 17 00:00:00 2001 From: Vishal Rao Date: Sat, 12 Sep 2020 13:30:05 +0530 Subject: [PATCH] Reduce required ESP partition size to just under 100 MiB --- src/Views/PartitioningView.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/PartitioningView.vala b/src/Views/PartitioningView.vala index 48d7a58e5..cfacdfe5c 100644 --- a/src/Views/PartitioningView.vala +++ b/src/Views/PartitioningView.vala @@ -44,7 +44,7 @@ public class Installer.PartitioningView : AbstractInstallerView { EFI } - const uint64 REQUIRED_EFI_SECTORS = 524288; + const uint64 REQUIRED_EFI_SECTORS = 200000; construct { mounts = new Gee.ArrayList ();