Skip to content

Commit 47de356

Browse files
committed
OSDOCS-4675: U[dating bootimage procedure
1 parent 39cf3b8 commit 47de356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/multi-architecture-creating-arm64-bootimage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ $ az storage container create -n ${CONTAINER_NAME} --account-name ${STORAGE_ACCO
4242
+
4343
[source,terminal]
4444
----
45-
$ RHCOS_VHD_ORIGIN_URL=$(./openshift-install coreos print-stream-json | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".url')
45+
$ RHCOS_VHD_ORIGIN_URL=$(oc -n openshift-machine-config-operator get configmap/coreos-bootimages -o jsonpath='{.data.stream}' | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".url')
4646
----
4747
.. Extract the `aarch64` VHD name and set it to `BLOB_NAME` as the file name by running the following command:
4848
+
4949
[source,terminal]
5050
----
51-
$ BLOB_NAME=rhcos-$(./openshift-install coreos print-stream-json | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".release')-azure.aarch64.vhd
51+
$ BLOB_NAME=rhcos-$(oc -n openshift-machine-config-operator get configmap/coreos-bootimages -o jsonpath='{.data.stream}' | jq -r '.architectures.aarch64."rhel-coreos-extensions"."azure-disk".release')-azure.aarch64.vhd
5252
----
5353
. Generate a shared access signature (SAS) token. Use this token to upload the {op-system} VHD to your storage container with the following commands:
5454
+

0 commit comments

Comments
 (0)