From 9a70bb983c49f64fe65690dbdde5ed3b112de98c Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 25 Nov 2021 20:31:02 -0500 Subject: [PATCH] make-gfxboot-theme-ubuntu: added maybe-ubiquity to boot timeout parameters --- helpers/make-gfxboot-theme-ubuntu | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helpers/make-gfxboot-theme-ubuntu b/helpers/make-gfxboot-theme-ubuntu index f7d87aa95..f1da91600 100644 --- a/helpers/make-gfxboot-theme-ubuntu +++ b/helpers/make-gfxboot-theme-ubuntu @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2021 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2015 Santiago RodrÃguez <santi@trisquel.info> # # This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config @@ -58,6 +58,7 @@ replace Ubuntu Trisquel . sed /txt_option_free/d dia_fulloptions.inc -i sed /fulloptions.free/d dia_fulloptions.inc -i +# This hack adds parameters to the kernel if the timeout reaches 0, used to enable a11y #sed 's:\(.*\)120\(.*\):\181\2\n/timeout.time.x timeout.x 550 add def:' timeout.inc -i cat << EOF | patch -p1 diff -ru gfxboot-theme-ubuntu-0.13.3.orig/common.inc gfxboot-theme-ubuntu-0.13.3/common.inc @@ -68,7 +69,7 @@ diff -ru gfxboot-theme-ubuntu-0.13.3.orig/common.inc gfxboot-theme-ubuntu-0.13.3 } if + timeout.finished { -+ " access=v3 " bc.cmd dup length add sprintf ++ " access=v3 maybe-ubiquity " bc.cmd dup length add sprintf + } if + bc.cmd dropspaces -- GitLab