Skip to content

Commit b2f363a

Browse files
author
Mauricio
authored
Fix formatting for RHEL 9.7 to RHEL 10.1 section
1 parent be2240c commit b2f363a

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

support/azure/virtual-machines/linux/leapp-upgrade-process-rhel-7-and-8.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ sudo leapp preupgrade --target <target_os_version> --no-rhsm
220220
221221
Replace `<target_os_version>` with the target OS version, for example, `9.4` or `9.5`.
222222
223-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
223+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
224224
225225
> [!NOTE]
226226
> If you use the sudo command, you must use the `-r unconfined_r -t unconfined_t` options when entering each leapp command.
@@ -295,7 +295,7 @@ Continue the Leapp upgrade process after the Leapp pre-upgrade report shows no e
295295
sudo reboot
296296
```
297297

298-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
298+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
299299

300300

301301
1. Run the following `leapp upgrade` command:
@@ -370,6 +370,26 @@ This section outlines the recommended verification steps after completing an in-
370370
sudo dnf repolist
371371
```
372372
373+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
374+
375+
1. Verify that the current OS version belongs to RHEL 9:
376+
377+
```bash
378+
sudo cat /etc/redhat-release
379+
```
380+
381+
2. Check the kernel version:
382+
383+
```bash
384+
uname -r
385+
```
386+
387+
3. Verify the new repositories:
388+
389+
```bash
390+
sudo dnf repolist
391+
```
392+
373393
---
374394
375395
## Post-upgrade tasks
@@ -495,7 +515,7 @@ Once the VM is successfully upgraded, perform the following tasks:
495515
> Removing this data might limit Microsoft and Red Hat Support's ability to investigate and troubleshoot post-upgrade problems.
496516
497517
498-
### [RHEL 9.7to RHEL 10.1](#tab/rhel9-rhel10)
518+
### [RHEL 9.7 to RHEL 10.1](#tab/rhel9-rhel10)
499519
500520
501521
1. Delete all remaining Leapp packages, including the *`snactor`* package, from the exclude list in the */etc/dnf/dnf.conf* configuration file. These Leapp packages are installed during the in-place upgrade.

0 commit comments

Comments
 (0)