You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/redhat/redhat-rhui.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,8 +114,8 @@ Support for EUS RHEL7 ended in June 30, 2024. For more information, see [Red Hat
114
114
#### [Switching to EUS repositories on RHEL8](#tab/rhel8)
115
115
Use the following procedure to lock a RHEL 8.x VM to a particular minor release. Run the commands as `root`:
116
116
117
-
>[!NOTE]
118
-
> This procedure only applies for RHEL 8.x versions for which EUS is available. This includes RHEL 8.1, 8.2, 8.4, 8.6, and 8.8. For more information, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
117
+
>[!NOTE]
118
+
> This procedure only applies for RHEL 8.x versions for which EUS is available. The list of versions includes RHEL 8.1, 8.2, 8.4, 8.6, and 8.8. For more information, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
119
119
120
120
1. Disable non-EUS repositories.
121
121
@@ -153,8 +153,8 @@ Use the following procedure to lock a RHEL 8.x VM to a particular minor release.
153
153
154
154
Use the following procedure to lock a RHEL 9.x VM to a particular minor release. Run the commands as `root`:
155
155
156
-
>[!NOTE]
157
-
> This procedure only applies for RHEL 9.x versions for which EUS is available. Currently, this includes RHEL 9.0and 9.2. For more information, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
156
+
>[!NOTE]
157
+
> This procedure only applies for RHEL 9.x versions for which EUS is available. Currently, the list of versions includes RHEL 9.0, 9.2, and 9.4. Red Hat also plans to make EUS available for 9.6 and 9.8. For more information, see [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata).
158
158
159
159
1. Disable non-EUS repositories.
160
160
@@ -169,16 +169,15 @@ Use the following procedure to lock a RHEL 9.x VM to a particular minor release.
169
169
```
170
170
171
171
172
-
1. Lock the `releasever` level, currently it has to be one of 9.0 and 9.2.
172
+
1. Lock the `releasever` level, currently it has to be one of 9.0, 9.2, or 9.4.
173
173
174
-
175
-
```bash
174
+
```bash
176
175
sudo sh -c 'echo 9.2 > /etc/dnf/vars/releasever'
177
176
```
178
177
179
-
If there are permission issues to access the `releasever`, you can edit the file using a text editor, add the image version details, and save the file.
178
+
If there are permission issues to access the `releasever`, you can edit the file using a text editor, add the image version details, and save the file.
180
179
181
-
> [!NOTE]
180
+
> [!NOTE]
182
181
> This instruction locks the RHEL minor release to the current minor release. Enter a specific minor release if you are looking to upgrade and lock to a later minor release that is not the latest. For example, `echo 9.2 > /etc/yum/vars/releasever` locks your RHEL version to RHEL 9.2.
0 commit comments