From: Fabiano Fidêncio <fidencio@xxxxxxxxxx> Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- data/os/ubuntu.com/ubuntu-19.04.xml.in | 68 ++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 data/os/ubuntu.com/ubuntu-19.04.xml.in diff --git a/data/os/ubuntu.com/ubuntu-19.04.xml.in b/data/os/ubuntu.com/ubuntu-19.04.xml.in new file mode 100644 index 0000000..badd2a1 --- /dev/null +++ b/data/os/ubuntu.com/ubuntu-19.04.xml.in @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> +<!-- Licensed under the GNU General Public License version 2 or later. + See http://www.gnu.org/licenses/ for a copy of the license text --> + <os id="http://ubuntu.com/ubuntu/19.04"> + <short-id>ubuntu19.04</short-id> + <short-id>ubuntucosmic</short-id> + <_name>Ubuntu 19.04</_name> + <version>19.04</version> + <_vendor>Canonical Ltd</_vendor> + <family>linux</family> + <distro>ubuntu</distro> + <codename>Disco Dingo</codename> + <upgrades id="http://ubuntu.com/ubuntu/18.10"/> + <derives-from id="http://ubuntu.com/ubuntu/18.10"/> + + <release-status>prerelease</release-status> + <release-date>2019-04-18</release-date> + <eol-date>2020-01-18</eol-date> + + <resources arch="all"> + <minimum> + <cpu>1000000000</cpu> + <n-cpus>1</n-cpus> + <ram>2147483648</ram> + <storage>5368709120</storage> + </minimum> + <recommended> + <cpu>1000000000</cpu> + <ram>2147483648</ram> + <storage>16106127360</storage> + </recommended> + </resources> + + <media arch="x86_64"> + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/disco-server-amd64.iso</url> + <iso> + <volume-id>Ubuntu-Server 19.04(.\d)? amd64</volume-id> + </iso> + <kernel>install/vmlinuz</kernel> + <initrd>install/initrd.gz</initrd> + </media> + <media arch="x86_64" live="true"> + <url>http://cdimage.ubuntu.com/daily-live/current/disco-desktop-amd64.iso</url> + <iso> + <volume-id>Ubuntu 19.04(.\d)? amd64</volume-id> + </iso> + <kernel>casper/vmlinuz</kernel> + <initrd>casper/initrd.lz</initrd> + </media> + <media arch="aarch64"> + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/disco-server-arm64.iso</url> + <iso> + <volume-id>Ubuntu-Server 19.04(.\d)? arm64</volume-id> + </iso> + </media> + <media arch="s390x"> + <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/disco-server-s390x.iso</url> + <iso> + <volume-id>Ubuntu-Server 19.04(.\d)? s390x</volume-id> + </iso> + </media> + + <installer> + <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> + </installer> + </os> +</libosinfo> -- 1.8.3.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo