summaryrefslogtreecommitdiffstats
path: root/mkosi.images/system
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-12-10 18:13:01 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-12-10 21:47:10 +0100
commite0e523ea7fef7347d1417305fec0a862a738ceb4 (patch)
tree2f92e9e1e6e3f48dfc8665bccd796d5c11bdcfd5 /mkosi.images/system
parentMerge pull request #30406 from yuwata/resolve-clean-exit (diff)
downloadsystemd-e0e523ea7fef7347d1417305fec0a862a738ceb4.tar.xz
systemd-e0e523ea7fef7347d1417305fec0a862a738ceb4.zip
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.
Diffstat (limited to 'mkosi.images/system')
-rw-r--r--mkosi.images/system/mkosi.repart/00-esp.conf1
1 files changed, 1 insertions, 0 deletions
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