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:
committed by
openshift-cherrypick-robot
parent
dc312c1e8f
commit
644303ecf8
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user