Commit e7fa4c46 authored by Michael Shigorin's avatar Michael Shigorin

plymouth: stage2 fix primarily for live

It appeared that plymouthd.conf wasn't set up properly thus "service plymouth stop" didn't result in anything meaningful; thanks boyarsh@ for his help figuring this out again.
parent a8819db0
#!/bin/sh
CONFIG=/etc/plymouth/plymouthd.conf
if [ -f "$CONFIG" ]; then
grep -q '^Theme=' "$CONFIG" || sed -i 's/#\([T\[]\)/\1/' "$CONFIG"
fi
cp -a /usr/share/plymouth/default-install-duration /var/lib/plymouth/boot-duration
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment