From bd5f5a5290e66ce1b90b1ff87b1ae134ee7e4a9b Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 6 Jan 2017 15:08:10 +0000 Subject: 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. --- config/live.cfg | 3 +++ 1 file changed, 3 insertions(+) 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}, -- cgit v1.2.1