Go to file
Peter Ajamian 517cdcd41f Update README
Update README file to reference migrate2rocky instead of centos2rocky.
2021-05-31 14:30:32 +12:00
centos2rocky.sh remove unneeded option 2021-05-07 17:16:32 -07:00
migrate2rocky.sh Change log file name to migrate2rocky.log 2021-05-29 21:22:01 +12:00
README.md Update README 2021-05-31 14:30:32 +12:00

Rocky Tools

Various scripts and tools that we find useful, whether we use them or they are made for public consumption. For example, conversion scripts or otherwise.

[migrate2rocky] -- Conversion Script

Running this script will convert an existing CentOS 8 system to Rocky Linux 8.

Usage

./centos2rocky.sh -h
├── -h   # --> Display this help
├── -r   # --> Convert to Rocky
└── -V   # --> Verify switch

[!! USE WITH CAUTION !!]

Debugging

The migrate2rocky script pipes everything shown on stdout and stderr to /var/log/migrate2rocky.log.

If you run in to issues executing this script, please submit an issue here.

Make sure to include the output log, and remove any sensitive information. (if any)

Feel free to create a pull request if you think you've got the fix.