From: Daan De Meyer Date: Sat, 6 May 2023 11:17:43 +0000 (+0200) Subject: Reduce ESP default size to 512MB X-Git-Tag: v15~177^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2f5e32e5ac20c83c485a431641c0ce66ee1fb9;p=thirdparty%2Fmkosi.git Reduce ESP default size to 512MB Now that we compress the Debian kernel modules initramfs, we can reduce the default ESP size to 512MB again as it's large enough to fit the Debian initramfs even with all kernel modules included. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 84eec5a0a..2a8b640c2 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -1519,8 +1519,8 @@ def invoke_repart(state: MkosiState, skip: Sequence[str] = [], split: bool = Fal Type=esp Format=vfat CopyFiles=/boot:/ - SizeMinBytes=1024M - SizeMaxBytes=1024M + SizeMinBytes=512M + SizeMaxBytes=512M """ ) )