[Libosinfo] [osinfo-db PATCH 20/29] ubuntu14.10: Move installer under medias

Fabiano Fidêncio fidencio at redhat.com
Tue Feb 19 15:30:08 UTC 2019


JeOS installations have never been tested as libosinfo never had an app
consuming those scripts.

Knowing that there's no consumers affected, let's move the installers
under the specific medias the installer has been tested against.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/ubuntu.com/ubuntu-14.10.xml.in | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/data/os/ubuntu.com/ubuntu-14.10.xml.in b/data/os/ubuntu.com/ubuntu-14.10.xml.in
index 98447c7..b64d9ec 100644
--- a/data/os/ubuntu.com/ubuntu-14.10.xml.in
+++ b/data/os/ubuntu.com/ubuntu-14.10.xml.in
@@ -37,6 +37,9 @@
       </iso>
       <kernel>install/vmlinuz</kernel>
       <initrd>install/initrd.gz</initrd>
+      <installer>
+        <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
+      </installer>
     </media>
     <media arch="x86_64">
       <url>http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-server-amd64.iso</url>
@@ -45,6 +48,9 @@
       </iso>
       <kernel>install/vmlinuz</kernel>
       <initrd>install/initrd.gz</initrd>
+      <installer>
+        <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
+      </installer>
     </media>
     <media arch="i686" live="true">
       <url>http://old-releases.ubuntu.com/releases/utopic/ubuntu-14.10-desktop-i386.iso</url>
@@ -62,9 +68,5 @@
       <kernel>casper/vmlinuz.efi</kernel>
       <initrd>casper/initrd.lz</initrd>
     </media>
-
-    <installer>
-      <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
-    </installer>
   </os>
 </libosinfo>
-- 
2.20.1




More information about the Libosinfo mailing list