From: Daan De Meyer Date: Sun, 10 Dec 2023 17:13:01 +0000 (+0100) Subject: mkosi: Copy /boot into the ESP as well X-Git-Tag: v256-rc1~1528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e523ea7fef7347d1417305fec0a862a738ceb4;p=thirdparty%2Fsystemd.git mkosi: Copy /boot into the ESP as well Newer mkosi will start installing UKIs to /boot so prepare for that by making sure we also copy /boot into the ESP. --- diff --git a/mkosi.images/system/mkosi.repart/00-esp.conf b/mkosi.images/system/mkosi.repart/00-esp.conf index 96b292ecb8a..4be04661d92 100644 --- a/mkosi.images/system/mkosi.repart/00-esp.conf +++ b/mkosi.images/system/mkosi.repart/00-esp.conf @@ -3,6 +3,7 @@ [Partition] Type=esp Format=vfat +CopyFiles=/boot:/ CopyFiles=/efi:/ SizeMinBytes=512M SizeMaxBytes=512M