summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 10a3abc2..af3f3e6f 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -18,6 +18,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
echo -e "\t/var/lib/openslx/bin/splashy_update exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy \
\n\trm -f /var/lib/openslx/bin/splashy_update 2>/dev/null" \
+ \n\trm -f /etc/${D_INITDIR}/splashy.stop 2>/dev/null" \
>>/mnt/etc/${D_INITDIR}/splashy.stop
d_mkrlscript close splashy.stop ""
fi