[Libosinfo] [PATCH] pop_os: add Pop!_OS 17.10 data
Fabiano Fidêncio
fabiano at fidencio.org
Sun Mar 11 17:49:51 UTC 2018
On Sun, Mar 11, 2018 at 6:46 PM, Fabiano Fidêncio <fabiano at fidencio.org> wrote:
> On Wed, Feb 21, 2018 at 10:56 AM, Felipe Borges
> <felipe10borges at gmail.com> wrote:
>> https://system76.com/pop
>>
>> Pop!_OS is based on Ubuntu. It follows the Ubuntu version numbers
>> and release schedule. The first version, 17.10, shipped on October
>> 19th, 2017. There will be a new release every six months.
>> ---
>> data/os/system76.com/popos-17.10.xml.in | 56 +++++++++++++++++++++++++++++++++
>> 1 file changed, 56 insertions(+)
>> create mode 100644 data/os/system76.com/popos-17.10.xml.in
>>
>> diff --git a/data/os/system76.com/popos-17.10.xml.in b/data/os/system76.com/popos-17.10.xml.in
>> new file mode 100644
>> index 0000000..1048839
>> --- /dev/null
>> +++ b/data/os/system76.com/popos-17.10.xml.in
>> @@ -0,0 +1,56 @@
>> +<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/17.10">
>> + <short-id>popos17.10</short-id>
>> + <_name>Pop!_OS 17.10</_name>
>> + <version>17.10</version>
>> + <_vendor>System76, Inc.</_vendor>
>> + <family>linux</family>
>> + <distro>popos</distro>
>> +
>> + <release-date>2017-10-19</release-date>
>> +
>> + <variant id="nvidia">
>> + <_name>Pop!_OS 17.10 (NVIDIA)</_name>
>> + </variant>
>> + <variant id="intel">
>> + <_name>Pop!_OS 17.10 (Intel/AMD)</_name>
>> + </variant>
>> +
>> + <resources arch="all">
>> + <minimum>
>> + <cpu>1000000000</cpu>
>> + <n-cpus>1</n-cpus>
>> + <ram>1073741824</ram>
>> + <storage>5368709120</storage>
>> + </minimum>
>> + <recommended>
>> + <cpu>1000000000</cpu>
>> + <ram>1073741824</ram>
>> + <storage>16106127360</storage>
>> + </recommended>
>> + </resources>
>> +
>> + <media arch="x86_64" live="true">
>> + <variant id="nvidia"/>
>> + <url>https://d1vhcvzji58n1j.cloudfront.net/pop-os/iso/nvidia/46/pop-os_amd64_nvidia_46.iso</url>
>> + <iso>
>> + <volume-id>Pop_OS 17.10 amd64</volume-id>
>> + <volume-size>2063597568</volume-size>
>> + </iso>
>> + <kernel>install/vmlinuz</kernel>
>> + <initrd>install/initrd.gz</initrd>
>> + </media>
>> + <media arch="x86_64" live="true">
>> + <variant id="intel-amd"/>
>> + <url>https://d1vhcvzji58n1j.cloudfront.net/pop-os/iso/intel/57/pop-os_amd64_intel_57.iso</url>
>> + <iso>
>> + <volume-id>Pop_OS 17.10 amd64</volume-id>
>> + <volume-size>1890271232</volume-size>
>> + </iso>
>> + <kernel>install/vmlinuz</kernel>
>> + <initrd>install/initrd.gz</initrd>
>> + </media>
>> + </os>
>> +</libosinfo>
>> --
>> 2.14.3
>>
>> _______________________________________________
>> Libosinfo mailing list
>> Libosinfo at redhat.com
>> https://www.redhat.com/mailman/listinfo/libosinfo
>
>
> Ack! And will be pushed Today with a few other patches!
>
> --
> Fabiano Fidêncio
Btw, I pushed a follow-up patch of this one after realizing that the
variant-id name is wrong:
diff --git a/data/os/system76.com/popos-17.10.xml.in
b/data/os/system76.com/popos-17.10.xml.in
index 1048839..71c7058 100644
--- a/data/os/system76.com/popos-17.10.xml.in
+++ b/data/os/system76.com/popos-17.10.xml.in
@@ -14,7 +14,7 @@
<variant id="nvidia">
<_name>Pop!_OS 17.10 (NVIDIA)</_name>
</variant>
- <variant id="intel">
+ <variant id="intel-amd">
<_name>Pop!_OS 17.10 (Intel/AMD)</_name>
</variant>
--
Fabiano Fidêncio
More information about the Libosinfo
mailing list