[Libosinfo] [v2 3/4] fedora: More correct/appr. system reqs for F19

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Tue Sep 10 13:13:26 UTC 2013


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

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 4058176..84c8cd4 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




More information about the Libosinfo mailing list