[Libosinfo] [osinfo-db PATCH] popos: Add popos18.10 data

Felipe Borges felipe10borges at gmail.com
Fri Nov 16 10:19:45 UTC 2018


On Thu, Nov 15, 2018 at 4:21 PM Fabiano Fidêncio <fidencio at redhat.com> wrote:
>
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
>  data/os/system76.com/popos-18.10.xml.in | 58 +++++++++++++++++++++++++
>  1 file changed, 58 insertions(+)
>  create mode 100644 data/os/system76.com/popos-18.10.xml.in
>
> diff --git a/data/os/system76.com/popos-18.10.xml.in b/data/os/system76.com/popos-18.10.xml.in
> new file mode 100644
> index 0000000..a6e8087
> --- /dev/null
> +++ b/data/os/system76.com/popos-18.10.xml.in
> @@ -0,0 +1,58 @@
> +<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://system76.com/popos/18.10">
> +    <short-id>popos18.10</short-id>
> +    <_name>Pop!_OS 18.10</_name>
> +    <version>18.10</version>
> +    <_vendor>System76, Inc.</_vendor>
> +    <family>linux</family>
> +    <distro>popos</distro>
> +    <upgrades id="http://system76.com/popos/18.04"/>
> +    <derives-from id="http://system76.com/popos/18.04"/>
> +
> +    <release-date>2018-04-30</release-date>
> +
> +    <variant id="nvidia">
> +      <_name>Pop!_OS 18.10 (NVIDIA)</_name>
> +    </variant>
> +    <variant id="intel-amd">
> +      <_name>Pop!_OS 18.10 (Intel/AMD)</_name>
> +    </variant>
> +
> +    <media arch="x86_64" live="true">
> +      <variant id="nvidia"/>
> +      <url>https://d1vhcvzji58n1j.cloudfront.net/pop-os/iso/18.10/amd64/nvidia/3/pop-os_18.10_amd64_nvidia_3.iso</url>
> +      <iso>
> +        <volume-id>Pop_OS 18.10 amd64</volume-id>
> +        <volume-size>2401763328</volume-size>
> +      </iso>
> +      <kernel>casper/vmlinuz.efi</kernel>
> +      <initrd>casper/initrd.gz</initrd>
> +    </media>
> +    <media arch="x86_64" live="true">
> +      <variant id="intel-amd"/>
> +      <url>https://d1vhcvzji58n1j.cloudfront.net/pop-os/iso/18.10/amd64/intel/3/pop-os_18.10_amd64_intel_3.iso</url>
> +      <iso>
> +        <volume-id>Pop_OS 18.10 amd64</volume-id>
> +        <volume-size>2145386496</volume-size>
> +      </iso>
> +      <kernel>casper/vmlinuz.efi</kernel>
> +      <initrd>casper/initrd.gz</initrd>
> +    </media>
> +
> +    <resources arch="all">
> +      <minimum>
> +        <cpu>1000000000</cpu>
> +        <n-cpus>1</n-cpus>
> +        <ram>1073741824</ram>

Pop!_OS 18.10 is based on Ubuntu 18.10, and for Ubuntu we have a
minimum ram size of 2147483648. I guess would be safe to bump it for
Pop!_OS too.

> +        <storage>5368709120</storage>
> +      </minimum>
> +      <recommended>
> +        <cpu>1000000000</cpu>
> +        <ram>1073741824</ram>
> +        <storage>16106127360</storage>
> +      </recommended>
> +    </resources>
> +  </os>
> +</libosinfo>
> --
> 2.19.1
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo

The rest is all good. Thanks for your patch!

Reviewed-by: Felipe Borges <feborges at redhat.com>




More information about the Libosinfo mailing list