Skip to content

Commit

Permalink
bib: document iso option for type
Browse files Browse the repository at this point in the history
  • Loading branch information
supakeen committed Jan 11, 2024
1 parent 1fe3f3b commit 3b865eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The following image types are currently available via the `--type` argument:
|-----------------------|---------------------------------------------------------------------------------------|
| `ami` | [Amazon Machine Image](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) |
| `qcow2` **(default)** | [QEMU](https://www.qemu.org/) |
| `iso` | An unattended Anaconda installer that installs to the first disk found. |

## ☁️ Cloud uploaders

Expand Down
2 changes: 1 addition & 1 deletion bib/cmd/bootc-image-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func main() {
buildCmd.Flags().String("store", ".osbuild", "osbuild store for intermediate pipeline trees")
buildCmd.Flags().String("rpmmd", "/var/cache/osbuild/rpmmd", "rpm metadata cache directory")
buildCmd.Flags().String("config", "", "build config file")
buildCmd.Flags().String("type", "qcow2", "image type to build [qcow2, ami]")
buildCmd.Flags().String("type", "qcow2", "image type to build [qcow2, ami, iso]")
buildCmd.Flags().Bool("tls-verify", true, "require HTTPS and verify certificates when contacting registries")
buildCmd.Flags().String("aws-region", "", "target region for AWS uploads (only for type=ami)")
buildCmd.Flags().String("aws-bucket", "", "target S3 bucket name for intermediate storage when creating AMI (only for type=ami)")
Expand Down

0 comments on commit 3b865eb

Please sign in to comment.