From 36fbd8242045302c5f2da80c028acfe1c5a88ee9 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Fri, 15 Mar 2024 23:20:41 +0100 Subject: [PATCH] change esp sizing to maximum only no sense spending space when it is not needed --- mkosi.repart/00-esp.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkosi.repart/00-esp.conf b/mkosi.repart/00-esp.conf index 736216e..8094c15 100644 --- a/mkosi.repart/00-esp.conf +++ b/mkosi.repart/00-esp.conf @@ -4,8 +4,7 @@ [Partition] Type=esp Format=vfat -# Tight fit. Would be better if we calculated this from the actual artifact size -SizeMinBytes=256M -SizeMaxBytes=256M +# Would be better if we calculated this from the actual artifact size +SizeMaxBytes=512M CopyFiles=/efi-template:/ SplitName=esp