summaryrefslogtreecommitdiffstats
path: root/patches/splashutils-1.5.4.3/change-defaults.diff
blob: b49013135a1ddc4784c795800af359f8f43bc0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: change defaults

* Enable by default.
* Theme and message from ptxconfig
Not for upstream.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 scripts/splash-functions.sh.in |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Index: b/scripts/splash-functions.sh.in
===================================================================
--- a/scripts/splash-functions.sh.in
+++ b/scripts/splash-functions.sh.in
@@ -137,15 +137,15 @@ splash_setup() {
 	fi
 
 	export SPLASH_EFFECTS=""
-	export SPLASH_SANITY=""
+	export SPLASH_SANITY="insane"
 	export SPLASH_TEXTBOX="no"
-	export SPLASH_MODE_REQ="off"
+	export SPLASH_MODE_REQ="silent"
 	export SPLASH_PROFILE="off"
-	export SPLASH_THEME="default"
+	export SPLASH_THEME="@PTXCONF_SPLASHUTILS_THEME@"
 	export SPLASH_TTY="16"
 	export SPLASH_KDMODE="TEXT"
 	export SPLASH_AUTOVERBOSE="0"
-	export SPLASH_BOOT_MESSAGE="Booting the system (\$progress%)... Press F2 for verbose mode."
+	export SPLASH_BOOT_MESSAGE="@PTXCONF_SPLASHUTILS_BOOTMSG@"
 	export SPLASH_SHUTDOWN_MESSAGE="Shutting down the system (\$progress%)... Press F2 for verbose mode."
 	export SPLASH_REBOOT_MESSAGE="Rebooting the system (\$progress%)... Press F2 for verbose mode."
 	export SPLASH_XSERVICE="xdm"
@@ -261,8 +261,6 @@ splash_start() {
 
 	splash_comm_send "set autoverbose ${SPLASH_AUTOVERBOSE}"
 
-	splash_set_event_dev
-
 	return 0
 }