[Libosinfo] [osinfo-db PATCH v2 17/29] ubuntu13.04: Remove installer
Fabiano Fidêncio
fidencio at redhat.com
Thu Feb 28 08:12:34 UTC 2019
On Tue, 2019-02-19 at 17:27 +0100, Fabiano Fidêncio wrote:
> JeOS installations have never been tested as libosinfo never had an
> app
> consuming those scripts.
>
> Knowing that there's no consumers affected and that this is a distro
> that reached its EOF, let's just remove the installer as I didn't get
> to
> make it work.
>
> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
> data/os/ubuntu.com/ubuntu-13.04.xml.in | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/data/os/ubuntu.com/ubuntu-13.04.xml.in
> b/data/os/ubuntu.com/ubuntu-13.04.xml.in
> index e5e7d71..70ca832 100644
> --- a/data/os/ubuntu.com/ubuntu-13.04.xml.in
> +++ b/data/os/ubuntu.com/ubuntu-13.04.xml.in
> @@ -61,9 +61,5 @@
> <kernel>casper/vmlinuz.efi</kernel>
> <initrd>casper/initrd.lz</initrd>
> </media>
> -
> - <installer>
> - <script id='http://ubuntu.com/ubuntu/preseed/jeos'/>
> - </installer>
> </os>
> </libosinfo>
The following fixup will be squashed to this patch:
diff --git a/data/os/ubuntu.com/ubuntu-13.04.xml.in
b/data/os/ubuntu.com/ubuntu-13.04.xml.in
index 70ca832..00c0197 100644
--- a/data/os/ubuntu.com/ubuntu-13.04.xml.in
+++ b/data/os/ubuntu.com/ubuntu-13.04.xml.in
@@ -62,4 +62,7 @@
<initrd>casper/initrd.lz</initrd>
</media>
</os>
+
+ <!-- The reason there's no installer-script for 13.04 is because the
one used for all other
+ ububuntu releases does not work for 13.04. Neither the "jeos"
nor the "desktop one. -->
</libosinfo>
At least we make clear that we didn't forget to add it here. :-)
More information about the Libosinfo
mailing list