[Libosinfo] [osinfo-db PATCH 2/3] centos7: Add network-install resources
Fabiano Fidêncio
fidencio at redhat.com
Fri Mar 29 18:22:53 UTC 2019
In order to perform a tree based installation, dracut will download the
whole stage2 into memory, using them more memory than the recommended to
run the system.
The value used is the same one used for RHEL, 1.5GB.
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
data/os/centos.org/centos-7.0.xml.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/data/os/centos.org/centos-7.0.xml.in b/data/os/centos.org/centos-7.0.xml.in
index 5a3b65d..9e38617 100644
--- a/data/os/centos.org/centos-7.0.xml.in
+++ b/data/os/centos.org/centos-7.0.xml.in
@@ -74,6 +74,10 @@
<ram>1073741824</ram>
<storage>10737418240</storage>
</recommended>
+
+ <network-install>
+ <ram>1610612736</ram>
+ </network-install>
</resources>
<installer>
--
2.20.1
More information about the Libosinfo
mailing list