Skip to content

Commit eaae3ef

Browse files
authored
Merge pull request #827 from MicrosoftDocs/main
1/9/2025 AM Publish
2 parents 5a51b0a + 891ec23 commit eaae3ef

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/virtual-machines/workloads/redhat/redhat-rhui.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Support for EUS RHEL7 ended in June 30, 2024. For more information, see [Red Hat
114114
#### [Switching to EUS repositories on RHEL8](#tab/rhel8)
115115
Use the following procedure to lock a RHEL 8.x VM to a particular minor release. Run the commands as `root`:
116116

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).
119119
120120
1. Disable non-EUS repositories.
121121

@@ -153,8 +153,8 @@ Use the following procedure to lock a RHEL 8.x VM to a particular minor release.
153153

154154
Use the following procedure to lock a RHEL 9.x VM to a particular minor release. Run the commands as `root`:
155155

156-
>[!NOTE]
157-
> This procedure only applies for RHEL 9.x versions for which EUS is available. Currently, this includes RHEL 9.0 and 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).
158158
159159
1. Disable non-EUS repositories.
160160

@@ -169,16 +169,15 @@ Use the following procedure to lock a RHEL 9.x VM to a particular minor release.
169169
```
170170

171171

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.
173173

174-
175-
```bash
174+
```bash
176175
sudo sh -c 'echo 9.2 > /etc/dnf/vars/releasever'
177176
```
178177

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.
180179

181-
> [!NOTE]
180+
> [!NOTE]
182181
> 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.
183182
184183
1. Update your RHEL VM.

0 commit comments

Comments
 (0)