From: Allison Karlitskaya Date: Fri, 28 Mar 2025 07:53:46 +0000 (+0100) Subject: test/README.md: mention `mkosi genkey` X-Git-Tag: v258-rc1~997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f32962d758dafb53132bc18e8322e9c7fbcba46d;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/integration-tests/README.md b/test/integration-tests/README.md index 9cd3ea74805..a0f3be485d9 100644 --- a/test/integration-tests/README.md +++ b/test/integration-tests/README.md @@ -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