From 6fec975c30ecd87151f9e735ef23badb21622438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=BCller?= Date: Thu, 24 Oct 2024 19:28:08 +0200 Subject: [PATCH] README: document test prerequisites The full list of packages is also listed in terraform containers/blob/main/docker-bake.hcl#L240 ("BASE_PACKAGES") so this README and the package list should somewhat stay in sync --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8c7f1307..156caccf 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,13 @@ To verify changes made to the code use included makefile rules: * `make test-all` to run base set of tests * `sudo make test-run` to run extended set of tests (takes long time) +Also keep in mind that some tests require those prerequisites, +otherwise they are skipped + +``` +sudo dnf install -y systemd-boot-unsigned erofs-utils pykickstart podman xfsprogs +``` + ## Installation Installing `osbuild` requires to not only install the `osbuild` module, but also