Skip to content

Commit

Permalink
ci: link systemd-keyutil into place
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 8f24348)
(cherry picked from commit 150b961)
  • Loading branch information
bluca committed Nov 16, 2024
1 parent 5b199c6 commit f92cd4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
CopyFiles=/
Minimize=guess
EOF
sudo ln -svf "$(dirname "$(readlink /usr/bin/bootctl)")/systemd-keyutil" /usr/lib/systemd/systemd-keyutil
/usr/lib/systemd/systemd-keyutil --version
- name: Generate secure boot key
run: mkosi genkey
Expand Down

0 comments on commit f92cd4d

Please sign in to comment.