diff options
Diffstat (limited to 'mkosi.images/system/mkosi.repart/00-esp.conf')
-rw-r--r-- | mkosi.images/system/mkosi.repart/00-esp.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mkosi.images/system/mkosi.repart/00-esp.conf b/mkosi.images/system/mkosi.repart/00-esp.conf new file mode 100644 index 0000000..4be0466 --- /dev/null +++ b/mkosi.images/system/mkosi.repart/00-esp.conf @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Partition] +Type=esp +Format=vfat +CopyFiles=/boot:/ +CopyFiles=/efi:/ +SizeMinBytes=512M +SizeMaxBytes=512M |