[Libosinfo] [osinfo-db 1/4] centos, kickstart: Fix password requirements

2019-02-22 Thread Fabiano Fidêncio
"desktop" installations can be done passwordless; "jeos" installations require a password to be set. Signed-off-by: Fabiano Fidêncio --- .../install-script/centos.org/centos-kickstart-desktop.xml.in | 4 ++-- data/install-script/centos.org/centos-kickstart-jeos.xml.in | 2 +- 2 files changed,

[Libosinfo] [osinfo-db 3/4] silverblue, kickstart: Fix password requirements

2019-02-22 Thread Fabiano Fidêncio
"desktop" installation can be done passwordless. Signed-off-by: Fabiano Fidêncio --- .../fedoraproject.org/silverblue-kickstart-desktop.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml.in

[Libosinfo] [osinfo-db PATCH 0/3] ubuntu18.04 amd64 server media fixes

2019-02-22 Thread Fabiano Fidêncio
This series should be considered as a follow-up of the work recently posted as: https://www.redhat.com/archives/libosinfo/2019-February/msg00138.html Fabiano Fidêncio (3): ubuntu18.04: Fix kernel/initrd path for amd64 server media ubuntu18.04: Mark the amd64 server media as live

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

2019-02-22 Thread Fabiano Fidêncio
On Tue, 2019-02-19 at 17:27 +0100, Fabiano Fidêncio wrote: > 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

[Libosinfo] [osinfo-db PATCH 2/3] ubuntu18.04: Mark the amd64 server media as live

2019-02-22 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.04.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/ubuntu.com/ubuntu-18.04.xml.in b/data/os/ubuntu.com/ubuntu-18.04.xml.in index 3db4a9d..257c0b0 100644 ---

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

2019-02-22 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 27/29] ubuntu18.04: Move installer under medias

2019-02-22 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 v2 24/29] ubuntu16.10: Copy installer under medias

2019-02-22 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 28/29] ubuntu18.10: Move installer under medias

2019-02-22 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 v2 28/29] ubuntu18.10: Copy installer under medias

2019-02-22 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 10/29] ubuntu, jeos: Fix command-line's template indentation

2019-02-22 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 23/29] ubuntu16.04: Copy installer under medias

2019-02-22 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 13/29] ubuntu, jeos: Force the system to boot without splash screen

2019-02-22 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 20/29] ubuntu14.10: Move installer under medias

2019-02-22 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 26/29] ubuntu17.10: Move installer under medias

2019-02-22 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 v2 00/29] Improvements/Cleanups related to Ubuntu installer scripts

2019-02-22 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 v2 05/29] ubuntu18.10: Add "desktop" install-script

2019-02-22 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 v2 06/29] ubuntu18.10: Mark live-server medias as not script installable

2019-02-22 Thread Fabiano Fidêncio
According to a conversation on #ubuntu-release live server medias are not script installable at all. Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.10.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in

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

2019-02-22 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 01/29] ubuntu, preseed: Add "desktop" install-script

2019-02-22 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 17/29] ubuntu13.04: Remove installer

2019-02-22 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 06/29] ubuntu18.10: Mark live-server medias as not script installable

2019-02-22 Thread Fabiano Fidêncio
According to a conversation on #ubuntu-release live server medias are not script installable at all. Signed-off-by: Fabiano Fidêncio --- data/os/ubuntu.com/ubuntu-18.10.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/ubuntu.com/ubuntu-18.10.xml.in