We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c0f9 commit d254dedCopy full SHA for d254ded
.github/workflows/mkosi.yml
@@ -7,6 +7,7 @@ name: mkosi
7
on:
8
push:
9
branches:
10
+ - wip
11
- main
12
- v[0-9]+-stable
13
paths:
@@ -124,6 +125,8 @@ jobs:
124
125
ExecStart=false
126
EOF
127
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
128
+ git clone -b wip2 --depth 1 https://github.com/bluca/systemd.git foo
129
+ sudo cp foo/src/ukify/ukify.py /usr/bin/ukify
130
131
- name: Generate secure boot key
132
run: mkosi --debug genkey
0 commit comments