Skip to content

Commit 8e33390

Browse files
authored
Merge pull request #62150 from kelbrown20/OSDOCS-6482-update-uname-command
OSDOCS-6482: Update uname command usage
2 parents e10a1c9 + 1a40b89 commit 8e33390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_unused_topics/microshift-adding-containers-to-blueprint.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ rpm2cpio microshift-release-info-${VERSION}.noarch.rpm | cpio -idmv
5151
+
5252
[source,terminal]
5353
----
54-
$ jq -r '.images | .[] | ("[[containers]]\nsource = \"" + . + "\"\n")' ./usr/share/microshift/release/release-$(uname -i).json
54+
$ jq -r '.images | .[] | ("[[containers]]\nsource = \"" + . + "\"\n")' ./usr/share/microshift/release/release-$(uname -m).json
5555
----
5656
+
5757
.Brief output sample

modules/microshift-install-rpms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Use the following procedure to install {product-title} from an RPM package.
2020
[source,terminal,subs="attributes+"]
2121
----
2222
$ sudo subscription-manager repos \
23-
--enable rhocp-{ocp-version}-for-{rhel-major}-$(uname -i)-rpms \
24-
--enable fast-datapath-for-{rhel-major}-$(uname -i)-rpms
23+
--enable rhocp-{ocp-version}-for-{rhel-major}-$(uname -m)-rpms \
24+
--enable fast-datapath-for-{rhel-major}-$(uname -m)-rpms
2525
----
2626

2727
. Install {product-title} by running the following command:

0 commit comments

Comments
 (0)