minor updates to readme

This commit is contained in:
Louis Abel 2024-02-10 05:25:06 -07:00
parent c768479a7c
commit bb1ab80f46
Signed by: label
GPG Key ID: 3331F061D1D9990E
2 changed files with 13 additions and 2 deletions

View File

@ -11,7 +11,9 @@ CentOS, CentOS Stream.
## [migrate2rocky](./migrate2rocky/) -- Conversion Script
Running this script will convert an existing CentOS 8 system to Rocky Linux 8.
Script(s) that that will convert existing Enterprise Linux systems to Rocky Linux
on a single major version. `migrate2rocky` will convert EL 8 systems to Rocky Linux 8.
`migrate2rocky9` will convert EL 9 systems to Rocky Linux 9.
## [mirrorsync](./mirror/) -- Mirror Script and Configurations

View File

@ -1,7 +1,16 @@
migrate2rocky -- Conversion Script
===========
Running this script will convert an existing CentOS 8 system to Rocky Linux 8.
These scripts are designed to aid a user to migrate from one Enterprise Linux
system (such as CentOS, RHEL) to Rocky Linux.
Use `migrate2rocky` to convert Enterprise Linux 8 systems to Rocky Linux 8.
Use `migrate2rocky9` to convert Enterprise Linux 9 systems to Rocky Linux 9.
**Upgrades are not supported.**
**Migration from non-RHEL derived distributions such as Fedora is not supported.**
### Usage