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

Fabiano Fidêncio fidencio at redhat.com
Tue Feb 19 15:30:07 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.

The reason why the "desktop" profile has been left for the OS is because
we can safely use the "desktop" script with the "server" medias and have
the very same result as when using the "desktop" medias. Unfortunately,
the opposite is not true (performing a "JeOS" installation in a
"desktop" media and having the same result).

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

diff --git a/data/os/ubuntu.com/ubuntu-14.04.xml.in b/data/os/ubuntu.com/ubuntu-14.04.xml.in
index 5e095b6..ad8625e 100644
--- a/data/os/ubuntu.com/ubuntu-14.04.xml.in
+++ b/data/os/ubuntu.com/ubuntu-14.04.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://releases.ubuntu.com/14.04/ubuntu-14.04.5-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://releases.ubuntu.com/14.04/ubuntu-14.04.5-desktop-i386.iso</url>
@@ -65,7 +71,6 @@
 
     <installer>
       <script id='http://ubuntu.com/ubuntu/preseed/desktop'/>
-      <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
     </installer>
   </os>
 </libosinfo>
-- 
2.20.1




More information about the Libosinfo mailing list