Skip to content

Commit 8f24348

Browse files
committed
ci: link systemd-keyutil into place
The mkosi action.yaml links systemd main, and instealls an hard-coded set of binaries. ukify now depends on the new systemd-keyutil, which cannot be in that list. Link it manually.
1 parent cf74f26 commit 8f24348

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
ExecStart=false
125125
EOF
126126
cp mkosi.images/initrd/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf mkosi.images/system/mkosi.extra/usr/lib/systemd/system/emergency.service.d/poweroff.conf
127+
sudo ln -svf "$(dirname "$(readlink /usr/bin/bootctl)")/systemd-keyutil" /usr/lib/systemd/systemd-keyutil
128+
/usr/lib/systemd/systemd-keyutil --version
127129
128130
- name: Generate secure boot key
129131
run: mkosi --debug genkey

0 commit comments

Comments
 (0)