Christophe Fergeau <cfergeau@xxxxxxxxxx> writes: > On Wed, Aug 06, 2014 at 02:27:07PM +0200, Giuseppe Scrivano wrote: >> At least 2 GiB are needed by the Anaconda installer. > > Can you add a link to https://access.redhat.com/articles/rhel-limits ? thanks for the information, I didn't know this page and seems very useful :-) Fine to push this? >From 754b82015eaa142b26d6a163612f2fafa8da43a8 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> Date: Wed, 6 Aug 2014 14:11:27 +0200 Subject: [PATCH] rhel7: set minimum memory to 2GiB for ppc64 At least 2 GiB are needed by the Anaconda installer: https://access.redhat.com/articles/rhel-limits Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> --- data/oses/rhel.xml.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in index d1942b7..779e0d1 100644 --- a/data/oses/rhel.xml.in +++ b/data/oses/rhel.xml.in @@ -1002,6 +1002,21 @@ <initrd>isolinux/initrd.img</initrd> </media> + <resources arch="ppc64"> + <minimum> + <n-cpus>1</n-cpus> + <cpu>1000000000</cpu> + <ram>2147483648</ram> + <storage>10737418240</storage> + </minimum> + + <recommended> + <cpu>400000000</cpu> + <ram>2147483648</ram> + <storage>9663676416</storage> + </recommended> + </resources> + <resources arch="all"> <minimum> <n-cpus>1</n-cpus> -- 1.9.3 Regards, Giuseppe _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo