1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-20 14:03:39 +03:00

mkosi: increase ESP size to 512M to fix build failure

This commit is contained in:
Luca Boccassi 2023-11-09 22:23:03 +00:00 committed by Luca Boccassi
parent 3862a47403
commit 58280c611d

View File

@ -108,6 +108,23 @@ jobs:
RepositoryKeyCheck=no
EOF
mkdir -p mkosi.repart/
tee mkosi.repart/00-esp.conf <<- EOF
[Partition]
Type=esp
Format=vfat
CopyFiles=/boot:/
SizeMinBytes=512M
SizeMaxBytes=512M
EOF
tee mkosi.repart/10-root.conf <<- EOF
[Partition]
Type=root
Format=ext4
CopyFiles=/
Minimize=guess
EOF
- name: Generate secure boot key
run: mkosi genkey