]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test/README.md: mention `mkosi genkey`
authorAllison Karlitskaya <allison.karlitskaya@redhat.com>
Fri, 28 Mar 2025 07:53:46 +0000 (08:53 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Mar 2025 08:42:51 +0000 (09:42 +0100)
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.

test/integration-tests/README.md

index 9cd3ea74805883bd3def59387b9da61d659d82c8..a0f3be485d9c8ec3c2dfe123d412883109161420 100644 (file)
@@ -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