summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
authorOliver Tappe2008-04-07 21:53:59 +0200
committerOliver Tappe2008-04-07 21:53:59 +0200
commit228a74a97e2b8908aefb4513d2cdde6753741026 (patch)
tree053b2586af631859cc5e4ee5304dd7fc0b875947 /os-plugins/plugins/bootsplash/XX_bootsplash.sh
parent* fixed my last change, used wrong target path for splashy config (diff)
downloadcore-228a74a97e2b8908aefb4513d2cdde6753741026.tar.gz
core-228a74a97e2b8908aefb4513d2cdde6753741026.tar.xz
core-228a74a97e2b8908aefb4513d2cdde6753741026.zip
* on behalf of Michael: splashy.stop now tries to remove itself during execution
(untested) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1728 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/XX_bootsplash.sh')
-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