anaconda: lower minimum required disk space

Indeed 50GB is advisable minimum to have usable system, but do not rule
out some corner cases/test installs.
This commit is contained in:
Marek Marczykowski-Górecki 2014-06-27 02:56:05 +02:00
parent d81c64ca41
commit c066d85b06

View File

@ -60,7 +60,7 @@ class InstallClass(BaseInstallClass):
for autoreq in storage.autoPartitionRequests:
if autoreq.mountpoint == "/":
autoreq.maxSize=None
autoreq.requiredSpace=50*1024
autoreq.requiredSpace=24*1024
if autoreq.mountpoint == "/home":
storage.autoPartitionRequests.remove(autoreq)