]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Bump EFI partition size to 1024M
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 15 Feb 2023 15:21:15 +0000 (16:21 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 24 Feb 2023 11:59:09 +0000 (12:59 +0100)
Initrds can get pretty big, so let's make sure to accomodate for
that by increasing the EFI partition size.

mkosi/__init__.py

index e8f21039263f5e00ce48c693890f667aad13d653..8196242699c779e637a3e340f838fe1e64dc415f 100644 (file)
@@ -3142,8 +3142,8 @@ def invoke_repart(state: MkosiState, skip: Sequence[str] = [], split: bool = Fal
                     Type=esp
                     Format=vfat
                     CopyFiles=/boot:/
-                    SizeMinBytes=256M
-                    SizeMaxBytes=256M
+                    SizeMinBytes=1024M
+                    SizeMaxBytes=1024M
                     """
                 )
             )