Skip to content

Commit

Permalink
provisioning-[virtualbox|vmware].adoc: remove mkdir step for image do…
Browse files Browse the repository at this point in the history
…wnload
  • Loading branch information
prestist committed Apr 13, 2022
1 parent 279a38a commit 3fa8898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/ROOT/pages/provisioning-virtualbox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Once you have picked the relevant stream, you can download the latest OVA:
[source, bash]
----
STREAM="stable"
mkdir ova-templates
coreos-installer download -s "${STREAM}" -p virtualbox -f ova -C ./ova-templates/
coreos-installer download -s "${STREAM}" -p virtualbox -f ova
----

Alternatively, OVA images can be manually downloaded from the https://getfedora.org/coreos/download?tab=metal_virtualized[download page].
Expand Down
3 changes: 1 addition & 2 deletions modules/ROOT/pages/provisioning-vmware.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Once you have picked the relevant stream, you can download the latest OVA:
[source, bash]
----
STREAM="stable"
mkdir ova-templates
coreos-installer download -s "${STREAM}" -p vmware -f ova -C ./ova-templates/
coreos-installer download -s "${STREAM}" -p vmware -f ova
----

Alternatively, OVA images can be manually downloaded from the https://getfedora.org/coreos/download?tab=metal_virtualized[download page].
Expand Down

0 comments on commit 3fa8898

Please sign in to comment.