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.
This commit is contained in:
parent
e5b1214aca
commit
adad3b9fd0
@ -1,10 +0,0 @@
|
|||||||
#!/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 ||:
|
|
Loading…
Reference in New Issue
Block a user