summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-07-16 23:13:48 +0200
committerDirk von Suchodoletz2009-07-16 23:13:48 +0200
commit95c4c34682d1a62776202b009ce746cc4474cf10 (patch)
tree63c5f0504dc0e88fd2585f02dc37d10eb3ac6ba6 /os-plugins
parentFix for some bugs (occured producing examples ...) (diff)
downloadcore-95c4c34682d1a62776202b009ce746cc4474cf10.tar.gz
core-95c4c34682d1a62776202b009ce746cc4474cf10.tar.xz
core-95c4c34682d1a62776202b009ce746cc4474cf10.zip
Small add-ons ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3012 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-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 44fffe7c..8e878e63 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -27,6 +27,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
>>/mnt/etc/init.d/splashy.boot
d_mkrlscript close splashy.boot ""
# create a runlevelscript that will start splashy on halt/reboot
+ # fixme: should be done distro specific (in bootsplash.pm, see #474)
echo '#!/bin/sh' >>/mnt/etc/init.d/splashy.halt
echo -e ". /etc/rc.status \
\n. /etc/sysconfig/logfile \