Skip to content

Commit be3b791

Browse files
authored
Merge pull request #92125 from vwalek/vwalek-OCPBUGS-54643-cherrypick-4.16
[enterprise-4.16] - OCPBUGS-54643 - Update docs contain typos - fix for the reported bug
2 parents 7f48ab6 + 9c14593 commit be3b791

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/microshift-updating-rpms-y.adoc

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ You cannot downgrade {microshift-short} with this process. Downgrades are not su
2727

2828
.Procedure
2929

30-
. For all lifecycles, enable the repository for your release by running the following command:
30+
. For all lifecycles, enable the repository for the release you want to update to by running the following command:
3131
+
3232
[source,terminal,subs="attributes+"]
3333
----
3434
$ sudo subscription-manager repos \
35-
--enable rhocp-4.16-for-9-$(uname -m)-rpms \
36-
--enable fast-datapath-for-9-$(uname -m)-rpms
35+
--enable rhocp-{ocp-version}-for-rhel-{op-system-version-major}-$(uname -m)-rpms \
36+
--enable fast-datapath-for-rhel-{op-system-version-major}-$(uname -m)-rpms
3737
----
3838

3939
. For extended support (EUS) releases, also enable the EUS repositories by running the following command:
4040
+
41-
[source,terminal]
41+
[source,terminal,subs="attributes+"]
4242
----
43-
`$ sudo subscription-manager repos \
44-
--enable rhel-9-for-x86_64-appstream-eus-rpms \
45-
--enable rhel-9-for-x86_64-baseos-eus-rpms`
43+
$ sudo subscription-manager repos \
44+
--enable rhel-{op-system-version-major}-for-$(uname -m)-appstream-eus-rpms \
45+
--enable rhel-{op-system-version-major}-for-$(uname -m)-baseos-eus-rpms
4646
----
4747

4848
. Avoid unintended future updates into an unsupported configuration by locking your operating system version with the following command:
4949
+
50-
[source,terminal]
50+
[source,terminal,subs="attributes+"]
5151
----
52-
$ sudo subscription-manager release --set=9.4 command.
52+
$ sudo subscription-manager release --set={op-system-version}
5353
----
5454

5555
. Update the {microshift-short} RPMs by running the following command:

0 commit comments

Comments
 (0)