summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-02-18 23:25:03 +0100
committerMichael Janczyk2009-02-18 23:25:03 +0100
commit4dd0c5a410c977cf5ce00bec0edc2f54789c4d76 (patch)
tree119ccc9b60850cf35acef703d7100c19f52cca33 /os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
parentMore on the new virtualization starter framework. (diff)
downloadcore-4dd0c5a410c977cf5ce00bec0edc2f54789c4d76.tar.gz
core-4dd0c5a410c977cf5ce00bec0edc2f54789c4d76.tar.xz
core-4dd0c5a410c977cf5ce00bec0edc2f54789c4d76.zip
bugfix splashy + now /w splashy.shutdown ;)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2610 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
index e69900ce..24bdcba4 100644
--- a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
@@ -12,6 +12,6 @@ fi
if [ ${no_bootsplash} -eq 0 ]; then
/bin/splashy boot 2>/dev/null
- # add splashy.stop runlevel script
- export D_SPLASHY=splashy.stop
+ # add splashy.boot runlevel script
+ export D_SPLASHY=splashy.boot
fi