summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-06 15:08:10 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-06 15:13:30 +0000
commitbd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b (patch)
tree18dc52cacf309e4dba6b02298f7e75955d917bdb
parent3d7f93ac4b1d508eab6a631b8ded9fbacddd0068 (diff)
downloaddraklive-config-bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b.tar
draklive-config-bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b.tar.gz
draklive-config-bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b.tar.bz2
draklive-config-bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b.tar.xz
draklive-config-bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b.zip
live.cfg: try to avoid plymouth falling back to text mode (mga#19984)
The default device timeout of 5s is not long enough for a Live boot.
-rw-r--r--config/live.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/live.cfg b/config/live.cfg
index fb6e849..df36c77 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -234,6 +234,9 @@ my $_l = {
"find /usr/share/fonts -type d -exec touch -t \$(date +%Y%m%d%H%M.%S) '{}' ';'",
# now update the cache for the new timestamps
"fc-cache -rf",
+
+ # try to avoid plymouth falling back to text mode (mga#19984)
+ "sed -i -r 's/DeviceTimeout=[0-9]+/DeviceTimeout=10/' /usr/share/plymouth/plymouthd.defaults",
),
additional_media => [
if_($live->{settings}{updates_repository},