From adad3b9fd04252c8cb2bbdb764f104648d22e33b Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 28 Feb 2021 03:10:19 +0700 Subject: [PATCH] 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. --- .../plymouth/stage2/image-scripts.d/10-plymouth | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 features.in/plymouth/stage2/image-scripts.d/10-plymouth diff --git a/features.in/plymouth/stage2/image-scripts.d/10-plymouth b/features.in/plymouth/stage2/image-scripts.d/10-plymouth deleted file mode 100755 index 4e28f554..00000000 --- a/features.in/plymouth/stage2/image-scripts.d/10-plymouth +++ /dev/null @@ -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 ||: