mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test/README.md: mention mkosi genkey
This is a required first step before testing and it's not specifically mentioned in the doc. This tripped me up for a while, so let's save the trouble for the next person.
This commit is contained in:
committed by
Daan De Meyer
parent
3f8431d038
commit
f32962d758
@@ -8,6 +8,12 @@ latest version of mkosi. See
|
||||
for more specific details. Make sure `mkosi` is available in `$PATH` when
|
||||
reconfiguring meson to make sure it is picked up properly.
|
||||
|
||||
If you haven't done it already, be sure to generate signing keys for `mkosi`:
|
||||
|
||||
```shell
|
||||
$ mkosi genkey
|
||||
```
|
||||
|
||||
Next, we can build the integration test image with meson:
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user