From 644303ecf8ea2f84c06916b22c630fb8cd8d443a Mon Sep 17 00:00:00 2001 From: Kelly Brown Date: Thu, 6 Jul 2023 16:29:52 -0400 Subject: [PATCH] OSDOCS-6482: Update uname command ussage --- _unused_topics/microshift-adding-containers-to-blueprint.adoc | 2 +- modules/microshift-install-rpms.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_unused_topics/microshift-adding-containers-to-blueprint.adoc b/_unused_topics/microshift-adding-containers-to-blueprint.adoc index d4eb48d33d..6441380196 100644 --- a/_unused_topics/microshift-adding-containers-to-blueprint.adoc +++ b/_unused_topics/microshift-adding-containers-to-blueprint.adoc @@ -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 diff --git a/modules/microshift-install-rpms.adoc b/modules/microshift-install-rpms.adoc index 584e142a9b..e492627cd1 100644 --- a/modules/microshift-install-rpms.adoc +++ b/modules/microshift-install-rpms.adoc @@ -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: