mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 05:01:25 +00:00
List disk space requirements in README file (#134)
* Add disk space requirements to README. * Fix markdown table. * Additional table fixes * Give up on table.
This commit is contained in:
parent
c39b5064bd
commit
c039add132
@ -14,6 +14,18 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8.
|
|||||||
[!! USE WITH CAUTION !!]
|
[!! 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
|
### Known Issues
|
||||||
|
|
||||||
#### Custom replacements of default repositories
|
#### Custom replacements of default repositories
|
||||||
|
Loading…
Reference in New Issue
Block a user