Skip to content

Commit

Permalink
Merge pull request #415 from bgraef/main
Browse files Browse the repository at this point in the history
update centos 8 post
  • Loading branch information
bgraef authored Aug 18, 2024
2 parents 04ec702 + 726d96d commit a3f3561
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/posts/ol/install/post-14/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showDate: true

## Details

The following tutorial provides step-by-step procedures to automatically switch a CentOS 8 instance to Oracle Linux 8 by removing any CentOS-specific packages or replacing them with the Oracle Linux equivalent. As the [README.md](https://github.com/oracle/centos2ol) states in the Oracle centos2ol repository on GitHub, the script used in this tutorial is a work-in-progress and not designed to handle all possible configurations.
The following tutorial provides step-by-step procedures to automatically switch a CentOS 8 instance to Oracle Linux 8 by removing or replacing any CentOS-specific packages with the Oracle Linux equivalent. The [README.md](https://github.com/oracle/centos2ol) in the Oracle `centos2ol` repository on GitHub states that the script used in this tutorial is a work in progress and not designed to handle all possible configurations.

Please ensure you have a *complete backup* of the system before starting this process if the script cannot successfully convert the system.

Expand All @@ -24,12 +24,11 @@ Be sure to review the centos2ol project [README.md](https://github.com/oracle/ce
In this lab, you'll:

- Check for non-standard kernels
- Ensure `dnf` configuration is working
- Ensure the `dnf` configuration is working
- Disable or remove stale and non-CentOS repositories
- Ensure 5GB free space in `/var/cache`
- Disable all automatic updates, including `dnf-automatic`

### Prerequisite

- A system with CentOS 8 installed.

0 comments on commit a3f3561

Please sign in to comment.