summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-15 02:37:46 +0200
committerDirk von Suchodoletz2008-10-15 02:37:46 +0200
commit0079bdfc3367423d66dad53a789c507e4557c347 (patch)
treee8a17ef2c16a508af905ccb40eadba4762f948a7 /os-plugins
parentAnd one more missed (of r2303 checkin) ... (diff)
downloadcore-0079bdfc3367423d66dad53a789c507e4557c347.tar.gz
core-0079bdfc3367423d66dad53a789c507e4557c347.tar.xz
core-0079bdfc3367423d66dad53a789c507e4557c347.zip
Finally recreated proper bootsplash functionality with wrapped init-hooks
(see #259). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2307 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 4bd340fb..da718b22 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -17,7 +17,7 @@
if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
. /initramfs/plugin-conf/bootsplash.conf
if [ $bootsplash_active -ne 0 ]; then
- if [ ${no_bootsplash} -eq 0 ]; then
+ if [ -e /tmp/bootsplash ]; then
# create a runlevelscript that will stop splashy before the start of KDM
d_mkrlscript init splashy.stop "Stopping Splashy ..."
echo -e "\t/opt/openslx/plugin-repo/bootsplash/bin/splashy_update.glibc\