2021-04-25 17:08:19 +00:00
|
|
|
Rocky Tools
|
|
|
|
===========
|
|
|
|
|
2021-04-25 17:10:34 +00:00
|
|
|
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.
|
|
|
|
|
2021-05-31 02:30:32 +00:00
|
|
|
## [migrate2rocky] -- Conversion Script
|
2021-05-04 02:33:47 +00:00
|
|
|
|
|
|
|
Running this script will convert an existing CentOS 8 system to Rocky Linux 8.
|
|
|
|
|
2021-05-04 02:35:41 +00:00
|
|
|
### Usage
|
2021-05-04 02:33:47 +00:00
|
|
|
|
|
|
|
```bash
|
2021-05-31 02:37:49 +00:00
|
|
|
./migrate2rocky.sh -h
|
2021-05-31 02:30:32 +00:00
|
|
|
├── -h # --> Display this help
|
|
|
|
├── -r # --> Convert to Rocky
|
|
|
|
└── -V # --> Verify switch
|
2021-05-04 02:33:47 +00:00
|
|
|
|
|
|
|
[!! USE WITH CAUTION !!]
|
2021-04-25 17:10:34 +00:00
|
|
|
```
|
2021-05-04 02:33:47 +00:00
|
|
|
|
2021-05-04 02:35:41 +00:00
|
|
|
### Debugging
|
2021-05-04 02:33:47 +00:00
|
|
|
|
2021-05-31 02:30:32 +00:00
|
|
|
The `migrate2rocky` script pipes everything shown on `stdout` and `stderr` to
|
|
|
|
`/var/log/migrate2rocky.log`.
|
2021-05-04 02:33:47 +00:00
|
|
|
|
2021-05-31 02:30:32 +00:00
|
|
|
If you run in to issues executing this script, please submit an issue
|
|
|
|
[here](https://github.com/rocky-linux/rocky-tools/issues).
|
2021-05-04 02:33:47 +00:00
|
|
|
|
2021-05-31 02:44:38 +00:00
|
|
|
Make sure to include the output log, and remove any sensitive information. (if
|
|
|
|
any)
|
2021-05-04 02:33:47 +00:00
|
|
|
|
|
|
|
Feel free to create a pull request if you think you've got the fix.
|