1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-6482: Update uname command ussage

This commit is contained in:
Kelly Brown
2023-07-06 16:29:52 -04:00
committed by openshift-cherrypick-robot
parent dc312c1e8f
commit 644303ecf8
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ $ rpm2cpio microshift-release-info-${VERSION}.noarch.rpm | cpio -idmv
+
[source,terminal]
----
$ jq -r '.images | .[] | ("[[containers]]\nsource = \"" + . + "\"\n")' ./usr/share/microshift/release/release-$(uname -i).json
$ jq -r '.images | .[] | ("[[containers]]\nsource = \"" + . + "\"\n")' ./usr/share/microshift/release/release-$(uname -m).json
----
+
.Brief output sample

View File

@@ -20,8 +20,8 @@ Use the following procedure to install {product-title} from an RPM package.
[source,terminal,subs="attributes+"]
----
$ sudo subscription-manager repos \
--enable rhocp-{ocp-version}-for-{rhel-major}-$(uname -i)-rpms \
--enable fast-datapath-for-{rhel-major}-$(uname -i)-rpms
--enable rhocp-{ocp-version}-for-{rhel-major}-$(uname -m)-rpms \
--enable fast-datapath-for-{rhel-major}-$(uname -m)-rpms
----
. Install {product-title} by running the following command: