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 also been moved under the "server" medias 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@xxxxxxxxxx> --- data/os/ubuntu.com/ubuntu-18.10.xml.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in b/data/os/ubuntu.com/ubuntu-18.10.xml.in index 2d2aefa..dc57f0b 100644 --- a/data/os/ubuntu.com/ubuntu-18.10.xml.in +++ b/data/os/ubuntu.com/ubuntu-18.10.xml.in @@ -39,6 +39,10 @@ </iso> <kernel>install/vmlinuz</kernel> <initrd>install/initrd.gz</initrd> + <installer> + <script id='http://ubuntu.com/ubuntu/preseed/desktop'/> + <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> + </installer> </media> <media arch="x86_64" live="true" installer-script="false"> <url>http://releases.ubuntu.com/18.10/ubuntu-18.10-live-server-amd64.iso</url> @@ -56,6 +60,9 @@ </iso> <kernel>casper/vmlinuz</kernel> <initrd>casper/initrd</initrd> + <installer> + <script id='http://ubuntu.com/ubuntu/preseed/desktop'/> + </installer> </media> <media arch="aarch64"> <url>http://cdimage.ubuntu.com/ubuntu/releases/18.10/release/ubuntu-18.10-server-arm64.iso</url> @@ -92,10 +99,5 @@ <kernel>current/images/netboot/ubuntu-installer/amd64/linux</kernel> <initrd>current/images/netboot/ubuntu-installer/amd64/initrd.gz</initrd> </tree> - - <installer> - <script id='http://ubuntu.com/ubuntu/preseed/desktop'/> - <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> - </installer> </os> </libosinfo> -- 2.20.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo