aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-09 10:49:58 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-09 11:17:35 -0400
commitc4d19f7f8e4f725ca9ce8774c00b40549138fef8 (patch)
treefc68bccdcce375ac392c3ca9a2061bc0a66bd0a1 /README.md
parent40e3039216350519d091b7e262e80a8ea6425088 (diff)
downloadkiwi-descriptions-c4d19f7f8e4f725ca9ce8774c00b40549138fef8.tar.gz
kiwi-descriptions-c4d19f7f8e4f725ca9ce8774c00b40549138fef8.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e036e77..0b17d36 100644
--- a/README.md
+++ b/README.md
@@ -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