mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 13:11:26 +00:00
34 lines
916 B
Markdown
34 lines
916 B
Markdown
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
|
|
|
|
```bash
|
|
./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](https://github.com/rocky-linux/rocky-tools/issues).
|
|
|
|
Make sure to [include the output log](https://pastebin.com/), and remove any
|
|
sensitive information. (if any)
|
|
|
|
Feel free to create a pull request if you think you've got the fix.
|