summarylogtreecommitdiffstats
path: root/splash_start_initcpio.patch
diff options
context:
space:
mode:
authorDet2015-07-09 13:49:27 +0300
committerDet2015-07-09 13:49:27 +0300
commitb6fe689ea31f215368d1f2a880b4becbb85e3e00 (patch)
treef4e642e7adbedc3e13ca1bd8c2546e2790898137 /splash_start_initcpio.patch
downloadaur-b6fe689ea31f215368d1f2a880b4becbb85e3e00.tar.gz
Initial import: 1.5.4.4-16
Diffstat (limited to 'splash_start_initcpio.patch')
-rw-r--r--splash_start_initcpio.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/splash_start_initcpio.patch b/splash_start_initcpio.patch
new file mode 100644
index 000000000000..ff4ae962881c
--- /dev/null
+++ b/splash_start_initcpio.patch
@@ -0,0 +1,22 @@
+diff -ru src.orig//splashutils-1.5.4.3/scripts/splash-functions.sh.in src//splashutils-1.5.4.3/scripts/splash-functions.sh.in
+--- src.orig//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2008-11-13 20:54:19.000000000 +0100
++++ src//splashutils-1.5.4.3/scripts/splash-functions.sh.in 2011-03-03 09:45:29.258901793 +0100
+@@ -250,6 +250,9 @@
+ # Start the splash daemon
+ BOOT_MSG="$(splash_get_boot_message)" ${spl_daemon} --theme="${SPLASH_THEME}" --pidfile="${spl_pidfile}" --type=${ttype} ${options}
+
++ # First let the daemon open the event dev before it's gone away in case this is run in the initcpio
++ splash_set_event_dev
++
+ # Set the silent TTY and boot message
+ splash_comm_send "set tty silent ${SPLASH_TTY}"
+
+@@ -261,8 +264,6 @@
+
+ splash_comm_send "set autoverbose ${SPLASH_AUTOVERBOSE}"
+
+- splash_set_event_dev
+-
+ return 0
+ }
+