Skip to content

Commit

Permalink
Merge pull request #502 from KeerthanaAP/qcow2_help
Browse files Browse the repository at this point in the history
Added image links to the qcow2ova help
  • Loading branch information
ppc64le-cloud-bot authored Oct 26, 2023
2 parents 7783914 + 34bd437 commit 5bf943d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/image/qcow2ova/qcow2ova.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ Examples:
# Step 2 - Make the necessary changes to the above generated template file(bash shell script) - image-prep.template
# Step 3 - Run the qcow2ova with the modified image preparation template
pvsadm image qcow2ova --image-name centos-82 --image-dist centos --image-url /root/CentOS-8-GenericCloud-8.2.2004-20200611.2.ppc64le.qcow2 --prep-template image-prep.template
Qcow2 images location:
# CentOS 8: https://cloud.centos.org/centos/8-stream/ppc64le/images/
# CentOS 9: https://cloud.centos.org/centos/9-stream/ppc64le/images/
# Old Centos: https://cloud.centos.org/centos/8/ppc64le/images/
# RHEL image: https://access.redhat.com/downloads/content/279/ver=/rhel---8/8.3/ppc64le/product-software
# RHCOS images: https://mirror.openshift.com/pub/openshift-v4/ppc64le/dependencies/rhcos/
`,
PreRunE: func(cmd *cobra.Command, args []string) error {
opt := pkg.ImageCMDOptions
Expand Down

0 comments on commit 5bf943d

Please sign in to comment.