From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx> While the minimum requirements are specified by F19 docs: http://fedorapeople.org/groups/docs/release-notes/en-US/sect-Release_Notes-Welcome_to_Fedora_.html#hardware_overview I came-up with recommended on my own by simply multiplying the minimum requirements by 2. --- data/oses/fedora.xml.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/oses/fedora.xml.in b/data/oses/fedora.xml.in index 3f7e8b0..88ddf3a 100644 --- a/data/oses/fedora.xml.in +++ b/data/oses/fedora.xml.in @@ -1440,13 +1440,15 @@ <resources arch="all"> <minimum> <n-cpus>1</n-cpus> + <cpu>1000000000</cpu> <ram>805306368</ram> + <storage>10737418240</storage> </minimum> <recommended> - <cpu>400000000</cpu> + <cpu>2000000000</cpu> <ram>1207959552</ram> - <storage>9663676416</storage> + <storage>21474836480</storage> </recommended> </resources> -- 1.8.3.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo