[Libosinfo] [PATCH] ubuntu: Correct required/recommended resources for 12.10
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Mon Jan 7 14:25:50 UTC 2013
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
This is as based on "Getting Started with Ubuntu 12.10 - Ubuntu Manual"
(page 11 in en_US version).
---
data/oses/ubuntu.xml.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/oses/ubuntu.xml.in b/data/oses/ubuntu.xml.in
index 8c3c8d2..300d0f8 100644
--- a/data/oses/ubuntu.xml.in
+++ b/data/oses/ubuntu.xml.in
@@ -1140,13 +1140,13 @@
<minimum>
<cpu>1000000000</cpu>
<n-cpus>1</n-cpus>
- <ram>67108864</ram>
+ <ram>1073741824</ram>
<storage>5368709120</storage>
</minimum>
<recommended>
<cpu>1000000000</cpu>
- <ram>536870912</ram>
- <storage>5368709120</storage>
+ <ram>1073741824</ram>
+ <storage>16106127360</storage>
</recommended>
</resources>
<media arch="i386">
--
1.8.0.2
More information about the Libosinfo
mailing list