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 10, 2024
1 parent 2d11feb commit fb2c787
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 @@ -257,7 +257,7 @@ func main() {
rootCmd.Flags().String("store", ".osbuild", "osbuild store for intermediate pipeline trees")
rootCmd.Flags().String("rpmmd", "/var/cache/osbuild/rpmmd", "rpm metadata cache directory")
rootCmd.Flags().String("config", "", "build config file")
rootCmd.Flags().String("type", "qcow2", "image type to build [qcow2, ami]")
rootCmd.Flags().String("type", "qcow2", "image type to build [qcow2, ami, iso]")
rootCmd.Flags().Bool("tls-verify", true, "require HTTPS and verify certificates when contacting registries")
rootCmd.Flags().String("aws-region", "", "target region for AWS uploads (only for type=ami)")
rootCmd.Flags().String("aws-bucket", "", "target S3 bucket name for intermediate storage when creating AMI (only for type=ami)")
Expand Down

0 comments on commit fb2c787

Please sign in to comment.