blob: 3b9105eafac7cf6d7be19c616bb96ef5dbaa2c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Setting no delay for fast booting machines (Closes: #752746).
--- a/src/plymouthd.conf
+++ b/src/plymouthd.conf
@@ -1,3 +1,4 @@
# Administrator customizations go in this file
#[Daemon]
#Theme=futureprototype
+#ShowDelay=0
--- a/src/plymouthd.defaults
+++ b/src/plymouthd.defaults
@@ -2,5 +2,5 @@
# upgrades.
[Daemon]
Theme=futureprototype
-ShowDelay=5
+ShowDelay=0
DeviceTimeout=5
|