On Fri, Nov 16, 2018 at 8:29 AM Didier Roche <didier.roche@xxxxxxxxxxxxx> wrote: > > Le 16/11/2018 à 08:11, Fabiano Fidêncio a écrit : > > Adding Didier Roche to the loop > > +1 as well, with a little question: > > Is there anything in the UIs like gnome-boxes which is going to > differentiate for the server images: > > <media arch="x86_64"></media> > > This is the traditional installer for amd64 server image. > > with: > > <media arch="x86_64" live="true"></media> > > Which is a live ubuntu server image. > > The label should be different, the live one, AFAIK, is the one which is > pushed/publicized the most. (see in the diff where I marked both) Boxes does differentiate between live images or not on the way they present the ISO. AFAIR, a "(Live)" is added to the distro name. > > Cheers, > Didier > > > > > On Thu, Nov 15, 2018 at 3:36 PM Fabiano Fidêncio <fidencio@xxxxxxxxxx> wrote: > >> Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> > >> --- > >> data/os/ubuntu.com/ubuntu-18.10.xml.in | 21 +++++++++++++++------ > >> 1 file changed, 15 insertions(+), 6 deletions(-) > >> > >> diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in b/data/os/ubuntu.com/ubuntu-18.10.xml.in > >> index 73e0b52..64aef8e 100644 > >> --- a/data/os/ubuntu.com/ubuntu-18.10.xml.in > >> +++ b/data/os/ubuntu.com/ubuntu-18.10.xml.in > >> @@ -14,7 +14,6 @@ > >> <upgrades id="http://ubuntu.com/ubuntu/18.04"/> > >> <derives-from id="http://ubuntu.com/ubuntu/18.04"/> > >> > >> - <release-status>prerelease</release-status> > >> <release-date>2018-10-18</release-date> > >> <eol-date>2019-01-31</eol-date> > >> > >> @@ -33,15 +32,25 @@ > >> </resources> > >> > >> <media arch="x86_64"> > >> - <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/cosmic-server-amd64.iso</url> > >> + <url>http://cdimage.ubuntu.com/ubuntu/releases/18.10/release/ubuntu-18.10-server-amd64.iso</url> > This is the amd64 server image with traditional installer > >> <iso> > >> <volume-id>Ubuntu-Server 18.10(.\d)? amd64</volume-id> > >> + <volume-size>751828992</volume-size> > >> </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/cosmic-desktop-amd64.iso</url> > >> + <url>http://releases.ubuntu.com/18.10/ubuntu-18.10-live-server-amd64.iso</url> > This is the amd64 server "live" image with a new installer (the one > which should be promoted AFAIK). > >> + <iso> > >> + <volume-id>Ubuntu-Server 18.10(.\d)? amd64</volume-id> > >> + <volume-size>923795456</volume-size> > >> + </iso> > >> + <kernel>install/vmlinuz</kernel> > >> + <initrd>install/initrd.gz</initrd> > >> + </media> > >> + <media arch="x86_64" live="true"> > >> + <url>http://releases.ubuntu.com/18.10/ubuntu-18.10-desktop-amd64.iso</url> > >> <iso> > >> <volume-id>Ubuntu 18.10(.\d)? amd64</volume-id> > >> </iso> > >> @@ -49,19 +58,19 @@ > >> <initrd>casper/initrd.lz</initrd> > >> </media> > >> <media arch="aarch64"> > >> - <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/cosmic-server-arm64.iso</url> > >> + <url>http://cdimage.ubuntu.com/ubuntu/releases/18.10/release/ubuntu-18.10-server-arm64.iso</url> > >> <iso> > >> <volume-id>Ubuntu-Server 18.10(.\d)? arm64</volume-id> > >> </iso> > >> </media> > >> <media arch="ppc64le"> > >> - <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/cosmic-server-ppc64el.iso</url> > >> + <url>http://cdimage.ubuntu.com/ubuntu/releases/18.10/release/ubuntu-18.10-server-ppc64el.iso</url> > >> <iso> > >> <volume-id>Ubuntu-Server 18.10(.\d)? ppc64</volume-id> > >> </iso> > >> </media> > >> <media arch="s390x"> > >> - <url>http://cdimage.ubuntu.com/ubuntu-server/daily/current/cosmic-server-s390x.iso</url> > >> + <url>http://cdimage.ubuntu.com/ubuntu/releases/18.10/release/ubuntu-18.10-server-s390x.iso</url> > >> <iso> > >> <volume-id>Ubuntu-Server 18.10(.\d)? s390x</volume-id> > >> </iso> > >> -- > >> 2.19.1 > >> > _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo