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:
parent
3862a47403
commit
58280c611d
17
.github/workflows/mkosi.yml
vendored
17
.github/workflows/mkosi.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user