From f32962d758dafb53132bc18e8322e9c7fbcba46d Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Fri, 28 Mar 2025 08:53:46 +0100 Subject: [PATCH] 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. --- test/integration-tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3