summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-26 23:31:26 +0300
committerChristophe Fergeau <cfergeau@redhat.com>2013-11-21 16:28:01 +0100
commitd7fb2d199c0b9c12ec94aeb470b31ad4442b5728 (patch)
tree22fe89b529787550edc87776872c3e2adacbd675
parent30c2f8f6e7de8938aee7518ff2d02f00a9e8d8a5 (diff)
fedora: Add generic entry for future releasesis-snapshot
This is to ensure that we do recognise medias of future releases of Fedora and therefore give apps some clue about what they are dealing with and some rough estimate of required resources.
-rw-r--r--data/oses/fedora.xml.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/data/oses/fedora.xml.in b/data/oses/fedora.xml.in
index 06abc85..a16ddaa 100644
--- a/data/oses/fedora.xml.in
+++ b/data/oses/fedora.xml.in
@@ -1532,4 +1532,56 @@
<script id='http://fedoraproject.org/scripts/fedora/desktop'/>
</installer>
</os>
+
+ <!-- Generic entry for future Fedora releases. Please update the 'upgrades',
+ 'derives-from', 'volume-id' and 'resources' nodes accordingly each time
+ you add a new (specific) entry for a new release. -->
+ <os id="http://fedoraproject.org/fedora/unknown">
+ <short-id>fedora-unknown</short-id>
+ <_name>Fedora</_name>
+ <version>unknown</version>
+ <_vendor>Fedora Project</_vendor>
+ <family>linux</family>
+ <distro>fedora</distro>
+ <upgrades id="http://fedoraproject.org/fedora/20"/>
+ <derives-from id="http://fedoraproject.org/fedora/20"/>
+ <is-snapshot/>
+
+ <media arch="i686">
+ <iso>
+ <volume-id>Fedora ([2-9][1-9]|[0-9]{3,}).* i386</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ </media>
+ <media arch="x86_64">
+ <iso>
+ <volume-id>Fedora ([2-9][1-9]|[0-9]{3,}).* x86_64</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ <kernel>isolinux/vmlinuz</kernel>
+ <initrd>isolinux/initrd.img</initrd>
+ </media>
+
+ <media arch="i686" live="true">
+ <iso>
+ <volume-id>Fedora-Live-.*-i686-([2-9][1-9]|[0-9]{3,})</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ </media>
+ <media arch="x86_64" live="true">
+ <iso>
+ <volume-id>Fedora-Live-.*-x86_64-([2-9][1-9]|[0-9]{3,})</volume-id>
+ <system-id>LINUX</system-id>
+ </iso>
+ </media>
+
+ <resources arch="all">
+ <minimum>
+ <n-cpus>1</n-cpus>
+ <cpu>1000000000</cpu>
+ <ram>1073741824</ram>
+ <storage>10737418240</storage>
+ </minimum>
+ </resources>
+ </os>
</libosinfo>