[virt-tools-list] [libosinfo] Remove bogus min storage info for Fedora
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Wed Aug 22 14:51:38 UTC 2012
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
This information was added by me in commit d0253b5a and was the result
of me misreading the docs[1]. This 94 MiB is not actually the minimum
required total disk space but minimum of *additional* disk space
required by the installer itself.
Since the disk usage depends a lot on what which packages are chosen
during installation, this information can not be made available
statically from the database unfortunately.
[1] http://docs.fedoraproject.org/en-US/Fedora/15/html/Release_Notes/sect-Release_Notes-Welcome_to_Fedora_15.html#sect-Release_Notes-Hardware_Overview
---
data/oses/fedora.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/data/oses/fedora.xml b/data/oses/fedora.xml
index e45119c..0a1ea9b 100644
--- a/data/oses/fedora.xml
+++ b/data/oses/fedora.xml
@@ -961,7 +961,6 @@
<minimum>
<n-cpus>1</n-cpus>
<ram>402653184</ram>
- <storage>94371840</storage>
</minimum>
<recommended>
@@ -1044,7 +1043,6 @@
<minimum>
<n-cpus>1</n-cpus>
<ram>671088640</ram>
- <storage>94371840</storage>
</minimum>
<recommended>
@@ -1127,7 +1125,6 @@
<minimum>
<n-cpus>1</n-cpus>
<ram>671088640</ram>
- <storage>94371840</storage>
</minimum>
<recommended>
@@ -1208,7 +1205,6 @@
<minimum>
<n-cpus>1</n-cpus>
<ram>671088640</ram>
- <storage>94371840</storage>
</minimum>
<recommended>
--
1.7.11.2
More information about the virt-tools-list
mailing list