From c039add1329ec1d239157ff06210d58379587a0f Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Thu, 9 Dec 2021 15:40:20 +1300 Subject: [PATCH] List disk space requirements in README file (#134) * Add disk space requirements to README. * Fix markdown table. * Additional table fixes * Give up on table. --- migrate2rocky/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/migrate2rocky/README.md b/migrate2rocky/README.md index 25530d7..bc67b06 100644 --- a/migrate2rocky/README.md +++ b/migrate2rocky/README.md @@ -14,6 +14,18 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8. [!! USE WITH CAUTION !!] ``` +### Disk Space Requirements + +Please note the following disk space requirements. These requirements may vary +from one system to another. Failure to have adequate disk space available may +result in migrate2rocky leaving the system in an unstable state: + +``` +/usr 250M +/var 1.5G +/boot 50M +``` + ### Known Issues #### Custom replacements of default repositories