mkimage-profiles/features.in/plymouth/rootfs/image-scripts.d/10-plymouth

11 lines
236 B
Plaintext
Raw Normal View History

2020-02-19 21:33:26 +03:00
#!/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 ||: