mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-04 05:17:43 +03:00
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. (cherry picked from commit8f24348e72
) (cherry picked from commit150b961a0b
)
This commit is contained in:
parent
5b199c6e23
commit
f92cd4d022
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user