summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/bootsplash/XX_bootsplash.sh')
-rw-r--r--src/os-plugins/plugins/bootsplash/XX_bootsplash.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 372e025d..1118d9dd 100644
--- a/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -20,7 +20,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
if [ ${no_bootsplash} -eq 0 ]; then
# create a runlevelscript that will stop splashy before the start of KDM
d_mkrlscript init splashy.boot ""
- echo -e "\tLD_LIBRARY_PATH=/opt/openslx/uclib-rootfs/lib/ \
+ echo -e "\tLD_LIBRARY_PATH=/opt/openslx/rootfs/lib/ \
/opt/openslx/plugin-repo/bootsplash/sbin/splashy_update \
exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy" \
@@ -41,7 +41,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
sed -e "s,^script.*,script\n\t#0x42#," \
-e "s,#0x42#,# shutdown splashy - added by splashy plugin\n\t#0x42#," \
-e "s,#0x42#,if [ ! \"x$(ps aux |grep splashy |grep -v grep | wc -l)\" -eq \"x0\" ]; then\n\t#0x42#, " \
- -e "s,#0x42#, LD_LIBRARY_PATH=/opt/openslx/uclib-rootfs/lib/ \\\\\n\t#0x42#," \
+ -e "s,#0x42#, LD_LIBRARY_PATH=/opt/openslx/rootfs/lib/ \\\\\n\t#0x42#," \
-e "s,#0x42#, /opt/openslx/plugin-repo/bootsplash/sbin/splashy_update exit \\\\\n\t#0x42#," \
-e "s,#0x42#, 2>/dev/null \n\t#0x42#," \
-e "s,#0x42#,fi \n\t#0x42#," \