From 517cdcd41f704afadc7b1ef533f2763e3cad0202 Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Mon, 31 May 2021 14:30:32 +1200 Subject: [PATCH] Update README Update README file to reference migrate2rocky instead of centos2rocky. --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 855b426..b37ee83 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. -## [Centos2Rocky] -- Conversion Script +## [migrate2rocky] -- Conversion Script Running this script will convert an existing CentOS 8 system to Rocky Linux 8. @@ -12,20 +12,22 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8. ```bash ./centos2rocky.sh -h -├── -h # --> Displays this help -├── -r # --> Converts to Rocky -├── -V # --> Verifies switch -└── -R # --> Reinstalls all packages +├── -h # --> Display this help +├── -r # --> Convert to Rocky +└── -V # --> Verify switch [!! USE WITH CAUTION !!] ``` ### Debugging -The `centos2rocky` script pipes everything shown on `stdout` to `/var/log/centos2rocky.log`. +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). +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) +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.