]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Copy /boot into the ESP as well
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 17:13:01 +0000 (18:13 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Dec 2023 20:47:10 +0000 (21:47 +0100)
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

index 96b292ecb8acfde62e44c98e5c06657379037b43..4be04661d929e8148470c5f3de223329190493b5 100644 (file)
@@ -3,6 +3,7 @@
 [Partition]
 Type=esp
 Format=vfat
+CopyFiles=/boot:/
 CopyFiles=/efi:/
 SizeMinBytes=512M
 SizeMaxBytes=512M