summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/theme/init-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/theme/init-hooks')
-rw-r--r--os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh b/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
index 440dda12..8212b706 100644
--- a/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
+++ b/os-plugins/plugins/theme/init-hooks/05-have-kernelvars/theme.sh
@@ -14,6 +14,5 @@ if [ ${theme_nosplash} -eq 0 ]; then
/bin/splashy boot 2>/dev/null
# add splashy.stop (XX_theme) to runlevel scripts
- echo 'D_INITSCRIPTS="${D_INITSCRIPTS} splashy.stop"' \
- >> /etc/sysconfig/config
+ export D_SPLASHY=splashy.stop
fi