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

Cole Robinson crobinso at redhat.com
Wed Feb 27 19:02:05 UTC 2019


On 2/19/19 11:27 AM, Fabiano Fidêncio wrote:
> 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].
> 

Is this an ubuntu bug or expected behavior? Either way seems like it
warrants a brief comment at the code site.

Reviewed-by: Cole Robinson <crobinso at redhat.com>

- Cole

> Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
> ---
>  data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> 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 ad15ad5..1e61754 100644
> --- a/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
> +++ b/data/install-script/ubuntu.com/ubuntu-preseed-jeos.xml.in
> @@ -95,6 +95,10 @@ ubiquity ubiquity/reboot boolean true
>  
>  d-i finish-install/reboot_in_progress note
>  
> +d-i preseed/late_command string \
> +    in-target sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1\"\"/g' /etc/default/grub ; \
> +    in-target bash -c 'update-grub2' ;
> +
>  <xsl:if test="os/version = 13.04">
>  ubiquity ubiquity/success_command string sed -i 's/eject -p -m.*/& [ "$prompt" ] || return 0/' /etc/init.d/casper
>  </xsl:if>
> 




More information about the Libosinfo mailing list