From e4a92e4e33276763897ee01cd10e6f8ba0051341 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 21 Aug 2008 22:10:51 +0000 Subject: 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 --- os-plugins/plugins/bootsplash/XX_bootsplash.sh | 4 ++-- os-plugins/plugins/bootsplash/files/bin/splashy | Bin 1973148 -> 39988 bytes .../plugins/bootsplash/files/bin/splashy.static | Bin 0 -> 1973148 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 os-plugins/plugins/bootsplash/files/bin/splashy.static 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 Binary files a/os-plugins/plugins/bootsplash/files/bin/splashy and b/os-plugins/plugins/bootsplash/files/bin/splashy 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 Binary files /dev/null and b/os-plugins/plugins/bootsplash/files/bin/splashy.static differ -- cgit v1.2.3-55-g7522