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
This commit is contained in:
parent
23f01307b2
commit
6fec975c30
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue