kiwi-build, tmt: Require setting the kiwi filename for the build

In preparation for having multiple top-level kiwi description files,
expose the ability to define which file to read.

Additionally, tests are updated to use this new flag.
This commit is contained in:
Neal Gompa
2024-08-09 11:17:35 -04:00
parent 40e3039216
commit c4d19f7f8e
17 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Set up your development environment and run the image build (substitute `<image_
# Install kiwi
[]$ sudo dnf --assumeyes install kiwi
# Run the image build
[]$ sudo ./kiwi-build --image-type=<image_type> --image-profile=<image_profile> --output-dir ./outdir
[]$ sudo ./kiwi-build --kiwi-file=Fedora.kiwi --image-type=<image_type> --image-profile=<image_profile> --output-dir ./outdir
```
## CI information