From e0e523ea7fef7347d1417305fec0a862a738ceb4 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 10 Dec 2023 18:13:01 +0100 Subject: [PATCH] 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. --- mkosi.images/system/mkosi.repart/00-esp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.images/system/mkosi.repart/00-esp.conf b/mkosi.images/system/mkosi.repart/00-esp.conf index 96b292ecb8..4be04661d9 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 -- 2.25.1