-rwxr-xr-x | root/etc/init.d/bootsplash | 5 |
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 |