From f2145c66c3cea3cbaaca8549cbe755485da22a0b Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 31 Jul 2025 10:50:15 +0200 Subject: [PATCH] doc: mention per-distro image types Signed-off-by: Simon de Vlieger --- doc/01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index 71202fc..f55bbd1 100644 --- a/doc/01-usage.md +++ b/doc/01-usage.md @@ -110,7 +110,7 @@ $ sudo image-builder build --distro fedora-42 minimal-raw-xz The `build` command requires root privileges in many cases as `image-builder` needs access to loopback devices and `mount`. -By default the `build` command uses the same distribution and version as the host system, you can pass another distribution and version with the `--distro` argument: +By default the `build` command uses the same distribution and version as the host system, you can pass another distribution and version with the `--distro` argument. Note that image types are per-distribution, names might be different between them; you can find all supported image types for a distribution by using the `image-builder list` command. ```console $ sudo image-builder build --distro centos-10 qcow2