[Libosinfo] [osinfo-db PATCH v2 22/29] ubuntu15.10: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 27/29] ubuntu18.04: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 29/29] ubuntu19.04: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 21/29] ubuntu15.04: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 26/29] ubuntu17.10: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 25/29] ubuntu17.04: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 11/29] ubuntu, jeos: Fix install-script-config's template indentation

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index

[Libosinfo] [osinfo-db PATCH v2 17/29] ubuntu13.04: Remove installer

2019-02-19 Thread Fabiano Fidêncio
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 ---

[Libosinfo] [osinfo-db PATCH v2 13/29] ubuntu, jeos: Force the system to boot without splash screen

2019-02-19 Thread Fabiano Fidêncio
Unfortunately, if we don't manually force the system to boot without splash screen, the splash will load and the user would have to manually switch to VT[0-6]. Signed-off-by: Fabiano Fidêncio --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 4 1 file changed, 4 insertions(+)

[Libosinfo] [osinfo-db PATCH v2 07/29] ubuntu19.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-19.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-19.04.xml.in b/data/os/ubuntu.com/ubuntu-19.04.xml.in index 299ec56..09012a6 100644 --- a/data/os/ubuntu.com/ubuntu-19.04.xml.in +++

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

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 01/29] ubuntu, preseed: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Let's add ubuntu's preseed file for Desktop profile. The preseed file was contributed by Jean-Baptiste Lallement, from Canonical and is pretty much the same file their use on their testing environment (apart from a few tweaks done here and there to adpat it to our needs). Signed-off-by: Fabiano

[Libosinfo] [osinfo-db PATCH v2 10/29] ubuntu, jeos: Fix command-line's template indentation

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- .../ubuntu.com/ubuntu-preseed-jeos.xml.in | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index

[Libosinfo] [osinfo-db PATCH v2 09/29] ubuntu, jeos: Fix hostname's template indentation

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- .../ubuntu.com/ubuntu-preseed-jeos.xml.in | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index

[Libosinfo] [osinfo-db PATCH v2 03/29] ubuntu16.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-16.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-16.04.xml.in b/data/os/ubuntu.com/ubuntu-16.04.xml.in index 867b5ae..6da1d35 100644 --- a/data/os/ubuntu.com/ubuntu-16.04.xml.in +++

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

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 18/29] ubuntu13.10: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 14/29] ubuntu, jeos: Tune extra installed softwares

2019-02-19 Thread Fabiano Fidêncio
Seems that although openssh-server is present in all ubuntu servers, python-software-properties is not. For newer versions of ubuntu, let's just install python3-software-properties. For 12.04, let's install python-software-properties. For 12.10, let's avoid installing as it'd raise an error

[Libosinfo] [osinfo-db PATCH v2 16/29] ubuntu12.10: Copy installer under medias

2019-02-19 Thread Fabiano Fidêncio
Let's copy the installer under the medias as we've provided new APIs on libosinfo for relying on the media content instead of relying on the OS. The reasoning behind of that is because not all medias support installers for both profiles. Let's also leave the installer-script under the OSes as

[Libosinfo] [osinfo-db PATCH v2 02/29] ubuntu14.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-14.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-14.04.xml.in b/data/os/ubuntu.com/ubuntu-14.04.xml.in index 3cf9841..5e095b6 100644 --- a/data/os/ubuntu.com/ubuntu-14.04.xml.in +++

[Libosinfo] [osinfo-db PATCH v2 08/29] ubuntu, jeos: Fix the command-line

2019-02-19 Thread Fabiano Fidêncio
The currently command line has never worked as preseed files should be passed to the kernel as file=/path/to/file instead of file=file:/path/to/file. Signed-off-by: Fabiano Fidêncio --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 2 +- 1 file changed, 1 insertion(+), 1

[Libosinfo] [osinfo-db PATCH v2 04/29] ubuntu18.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-18.04.xml.in b/data/os/ubuntu.com/ubuntu-18.04.xml.in index 0fa2e29..296fd7a 100644 --- a/data/os/ubuntu.com/ubuntu-18.04.xml.in +++

Re: [Libosinfo] [osinfo-db PATCH 00/29] Improvements/Cleanups on Ubuntu installer scripts

2019-02-19 Thread Fabiano Fidêncio
On Tue, Feb 19, 2019 at 4:30 PM Fabiano Fidêncio wrote: > This patch series aim to have: > - "desktop" installer scripts for the supported Ubuntu releases; > - "jeos" installer scripts working for the currently releases it's > supposed to work; > > The "desktop" script we're taking as basis

[Libosinfo] [osinfo-db PATCH 09/29] ubuntu, jeos: Fix hostname's template indentation

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- .../ubuntu.com/ubuntu-preseed-jeos.xml.in | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

[Libosinfo] [osinfo-db PATCH 12/29] ubuntu, jeos: Clean-up install-script

2019-02-19 Thread Fabiano Fidêncio
Unattended installation is only targetting ubuntu 12.04+. Knowing that, doesn't make sense to keep the whole lot of conditions in the installer-script code. Signed-off-by: Fabiano Fidêncio --- .../ubuntu.com/ubuntu-preseed-jeos.xml.in | 54 --- 1 file changed, 54

[Libosinfo] [osinfo-db PATCH 14/29] ubuntu, jeos: Tune extra installed softwares

2019-02-19 Thread Fabiano Fidêncio
Seems that although openssh-server is present in all ubuntu servers, python-software-properties is not. For newer versions of ubuntu, let's just install python3-software-properties. For 12.04, let's install python-software-properties. For 12.10, let's avoid installing as it'd raise an error

[Libosinfo] [osinfo-db PATCH 05/29] ubuntu18.10: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.10.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in b/data/os/ubuntu.com/ubuntu-18.10.xml.in index fdde0a8..838d4b3 100644 --- a/data/os/ubuntu.com/ubuntu-18.10.xml.in +++

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

[Libosinfo] [osinfo-db PATCH 07/29] ubuntu19.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-19.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-19.04.xml.in b/data/os/ubuntu.com/ubuntu-19.04.xml.in index 299ec56..09012a6 100644 --- a/data/os/ubuntu.com/ubuntu-19.04.xml.in +++

[Libosinfo] [osinfo-db PATCH 04/29] ubuntu18.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-18.04.xml.in b/data/os/ubuntu.com/ubuntu-18.04.xml.in index 0fa2e29..a39fe5f 100644 --- a/data/os/ubuntu.com/ubuntu-18.04.xml.in +++

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

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

2019-02-19 Thread Fabiano Fidêncio
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

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

2019-02-19 Thread Fabiano Fidêncio
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

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

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

2019-02-19 Thread Fabiano Fidêncio
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 ---

[Libosinfo] [osinfo-db PATCH 08/29] ubuntu, jeos: Fix the command-line

2019-02-19 Thread Fabiano Fidêncio
The currently command line has never worked as preseed files should be passed to the kernel as file=/path/to/file instead of file=file:/path/to/file. Signed-off-by: Fabiano Fidêncio --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 2 +- 1 file changed, 1 insertion(+), 1

[Libosinfo] [osinfo-db PATCH 11/29] ubuntu, jeos: Fix install-script-config's template indentation

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in index

[Libosinfo] [osinfo-db PATCH 03/29] ubuntu16.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-16.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-16.04.xml.in b/data/os/ubuntu.com/ubuntu-16.04.xml.in index 867b5ae..6da1d35 100644 --- a/data/os/ubuntu.com/ubuntu-16.04.xml.in +++

[Libosinfo] [osinfo-db PATCH 00/29] Improvements/Cleanups on Ubuntu installer scripts

2019-02-19 Thread Fabiano Fidêncio
This patch series aim to have: - "desktop" installer scripts for the supported Ubuntu releases; - "jeos" installer scripts working for the currently releases it's supposed to work; The "desktop" script we're taking as basis was a collaboration of Jean-Baptiste Lallament (from Canonical) and is

[Libosinfo] [osinfo-db PATCH 02/29] ubuntu14.04: Add "desktop" install-script

2019-02-19 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-14.04.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/os/ubuntu.com/ubuntu-14.04.xml.in b/data/os/ubuntu.com/ubuntu-14.04.xml.in index 3cf9841..5e095b6 100644 --- a/data/os/ubuntu.com/ubuntu-14.04.xml.in +++