Commit adad3b9f authored by Anton Midyukov's avatar Anton Midyukov

plymouth: Drop duplicate script in stage2

This script is not needed, since the identical script features.in/plymouth/rootfs/image-scripts.d/10-plymouth is run for stage2.
parent e5b1214a
#!/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