mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
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. (cherry picked from commit e0e523ea7fef7347d1417305fec0a862a738ceb4)
This commit is contained in:
parent
71ca24c259
commit
cc7c10c443
@ -3,6 +3,7 @@
|
|||||||
[Partition]
|
[Partition]
|
||||||
Type=esp
|
Type=esp
|
||||||
Format=vfat
|
Format=vfat
|
||||||
|
CopyFiles=/boot:/
|
||||||
CopyFiles=/efi:/
|
CopyFiles=/efi:/
|
||||||
SizeMinBytes=512M
|
SizeMinBytes=512M
|
||||||
SizeMaxBytes=512M
|
SizeMaxBytes=512M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user