mkimage-profiles/features.in/plymouth/rootfs/image-scripts.d/10-plymouth
2020-05-01 23:49:57 +07:00

11 lines
236 B
Bash
Executable File

#!/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 ||: