Skip to content

Commit d5262e1

Browse files
ShaunaDiazopenshift-cherrypick-robot
authored andcommitted
OSDOCS-14979: fixes unrendered attributes MicroShift updates 4.19
1 parent 7c83ec1 commit d5262e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/microshift-updates-rhde-config-rhel-repos.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ When using RPM updates, avoid creating an unsupported configuration or breaking
1818

1919
. Avoid unintended updates by locking your operating system version by running the following command:
2020
+
21-
[source,terminal,subs="+quotes"]
21+
[source,terminal,subs="attributes+"]
2222
----
23-
$ sudo subscription-manager release --set=_<x.y>_ # <1>
23+
$ sudo subscription-manager release --set={op-system-version}
2424
----
25-
<1> Replace _<x.y>_ with the major and minor version of your compatible {op-system-base} system. For example, _9.6_.
2625

2726
. If you are using an EUS {microshift-short} release, disable the {op-system-base} standard-support-scope repositories by running the following command:
2827
+
29-
[source,terminal]
28+
[source,terminal,subs="attributes+"]
3029
----
3130
$ sudo subscription-manager repos \
3231
--disable=rhel-{op-system-version-major}-for-$(uname -m)-appstream-rpms \ # <1>
@@ -36,7 +35,7 @@ $ sudo subscription-manager repos \
3635

3736
. After you disable the standard-support repositories, enable the {op-system-base} EUS repos by running the following command:
3837
+
39-
[source,terminal]
38+
[source,terminal,subs="attributes+"]
4039
----
4140
$ sudo subscription-manager repos \
4241
--enable rhel-{op-system-version-major}-for-$(uname -m)-appstream-eus-rpms \ # <1>

0 commit comments

Comments
 (0)