summaryrefslogtreecommitdiff
path: root/root
authorharlekin <harlekin>2002-08-30 12:07:12 (UTC)
committer harlekin <harlekin>2002-08-30 12:07:12 (UTC)
commit146dfec7bdcac24df009b434d0f4683c53ce7552 (patch) (side-by-side diff)
tree4478727fe7c974db691387244022c4d79700fbff /root
parent40bac3f8b24cd8b02c685dae3efa57c6de09452b (diff)
downloadopie-146dfec7bdcac24df009b434d0f4683c53ce7552.zip
opie-146dfec7bdcac24df009b434d0f4683c53ce7552.tar.gz
opie-146dfec7bdcac24df009b434d0f4683c53ce7552.tar.bz2
first bootsplash attempt
Diffstat (limited to 'root') (more/less context) (ignore whitespace changes)
-rwxr-xr-xroot/etc/init.d/bootsplash5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/etc/init.d/bootsplash b/root/etc/init.d/bootsplash
new file mode 100755
index 0000000..75f2798
--- a/dev/null
+++ b/root/etc/init.d/bootsplash
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/bin/cat /opt/QtPalmtop/pics/bootsplash/bootlogo > /dev/fb0
+
+ \ No newline at end of file