When playing with network installations I've faced issues like the installer getting stuck, having a black screen, and losing the contact with the VM if using less than 3GB of RAM. Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- data/os/redhat.com/rhel-8-unknown.xml.in | 4 ++++ data/os/redhat.com/rhel-8.0.xml.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/data/os/redhat.com/rhel-8-unknown.xml.in b/data/os/redhat.com/rhel-8-unknown.xml.in index d0d3231..31e7ae3 100644 --- a/data/os/redhat.com/rhel-8-unknown.xml.in +++ b/data/os/redhat.com/rhel-8-unknown.xml.in @@ -102,6 +102,10 @@ <ram>1073741824</ram> <storage>10737418240</storage> </recommended> + + <network-install> + <ram>3221225472</ram> + </network-install> </resources> </os> </libosinfo> diff --git a/data/os/redhat.com/rhel-8.0.xml.in b/data/os/redhat.com/rhel-8.0.xml.in index 29f66b8..1d6f9cf 100644 --- a/data/os/redhat.com/rhel-8.0.xml.in +++ b/data/os/redhat.com/rhel-8.0.xml.in @@ -140,6 +140,10 @@ <ram>1073741824</ram> <storage>10737418240</storage> </recommended> + + <network-install> + <ram>3221225472</ram> + </network-install> </resources> <kernel-url-argument>inst.repo</kernel-url-argument> -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo