summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-22 00:10:51 +0200
committerDirk von Suchodoletz2008-08-22 00:10:51 +0200
commite4a92e4e33276763897ee01cd10e6f8ba0051341 (patch)
tree7433bdee107678866ac3edb96c95c61f1ab474e9
parentThe new libhd (tested successfully on a set of machines) of schmelzs (diff)
downloadcore-e4a92e4e33276763897ee01cd10e6f8ba0051341.tar.gz
core-e4a92e4e33276763897ee01cd10e6f8ba0051341.tar.xz
core-e4a92e4e33276763897ee01cd10e6f8ba0051341.zip
Uclib-linked splashy for stage3 (keeping static version). Problem with the
"init.d" directory might occur for distros like Gentoo ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2077 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh4
-rwxr-xr-xos-plugins/plugins/bootsplash/files/bin/splashybin1973148 -> 39988 bytes
-rwxr-xr-xos-plugins/plugins/bootsplash/files/bin/splashy.staticbin0 -> 1973148 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 0f973653..c28df473 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -27,8 +27,8 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
echo -e "\t/var/lib/openslx/bin/splashy_update exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy \
\n\trm -f /var/lib/openslx/bin/splashy_update 2>/dev/null \
- \n\trm -f /etc/${D_INITDIR}/splashy.stop 2>/dev/null" \
- >>/mnt/etc/${D_INITDIR}/splashy.stop
+ \n\trm -f /etc/init.d/splashy.stop 2>/dev/null" \
+ >>/mnt/etc/init.d/splashy.stop
d_mkrlscript close splashy.stop ""
fi
fi
diff --git a/os-plugins/plugins/bootsplash/files/bin/splashy b/os-plugins/plugins/bootsplash/files/bin/splashy
index ad5b0ad2..edd33bc8 100755
--- a/os-plugins/plugins/bootsplash/files/bin/splashy
+++ b/os-plugins/plugins/bootsplash/files/bin/splashy
Binary files differ
diff --git a/os-plugins/plugins/bootsplash/files/bin/splashy.static b/os-plugins/plugins/bootsplash/files/bin/splashy.static
new file mode 100755
index 00000000..ad5b0ad2
--- /dev/null
+++ b/os-plugins/plugins/bootsplash/files/bin/splashy.static
Binary files differ