summarylogtreecommitdiffstats
path: root/07-quick_boot.patch
diff options
context:
space:
mode:
authorAngel Perez2021-05-21 08:09:08 -0400
committerAngel Perez2021-05-21 08:09:08 -0400
commit71b2cb623707f0d544e68a7005d3a84863682387 (patch)
tree53b4ed84575e7271249b1d529e878418e0e38858 /07-quick_boot.patch
parent51b1946bfba1459baed18c001539508a6fcf09e6 (diff)
downloadaur-71b2cb623707f0d544e68a7005d3a84863682387.tar.gz
Feel free to test and report bugs
* Set timeout_style from menu to hidden (if you are using this package, then you want an actual silent boot) * Added patch to fix wrong image size calculation * Minior changes
Diffstat (limited to '07-quick_boot.patch')
-rw-r--r--07-quick_boot.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/07-quick_boot.patch b/07-quick_boot.patch
index 075f9ea9bcde..3a593b238bc5 100644
--- a/07-quick_boot.patch
+++ b/07-quick_boot.patch
@@ -16,10 +16,11 @@ https://wiki.ubuntu.com/DesktopExperienceTeam/KarmicBootExperienceDesignSpec#Boo
If the previous boot failed (defined as failing to get to the end of one
of the normal runlevels), then show the boot menu regardless.
+Contributor : Angel Perez <drlorente97@gmail.com>
Author: Richard Laager <rlaager@wiktel.com>
Author: Robie Basak <robie.basak@ubuntu.com>
Forwarded: no
-Last-Update: 2015-09-04
+Last-Update: 2021-05-21
Patch-Name: quick_boot.patch
---
@@ -299,7 +300,7 @@ index 271044f59..da5f28876 100644
+adjust_timeout () {
+ if [ "$quick_boot" = 1 ] && [ "x${found_other_os}" != "x" ]; then
+ cat << EOF
-+set timeout_style=menu
++set timeout_style=hidden
+if [ "\${timeout}" = 0 ]; then
+ set timeout=10
+fi