Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
9a70bb98
Commit
9a70bb98
authored
3 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
make-gfxboot-theme-ubuntu: added maybe-ubiquity to boot timeout parameters
parent
107de084
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-gfxboot-theme-ubuntu
+4
-3
4 additions, 3 deletions
helpers/make-gfxboot-theme-ubuntu
with
4 additions
and
3 deletions
helpers/make-gfxboot-theme-ubuntu
+
4
−
3
View file @
9a70bb98
#!/bin/sh
#
# Copyright (C) 20
1
1 Rub
é
n Rodr
í
guez <ruben@trisquel.info>
# Copyright (C) 20
2
1 Rub
e
n Rodr
i
guez <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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment