summaryrefslogtreecommitdiff
path: root/meta/packages/psplash/files/psplash-init
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-28 14:20:06 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-28 14:20:06 +0000
commitb462c8bee52fafc1eade2d913d3a50dc301a3fdf (patch)
tree0121e947fb067c82596a4ab0296acde333393480 /meta/packages/psplash/files/psplash-init
parentf27a0caa85b3509a0d9fa9ae987243e37c5615fb (diff)
downloadopenembedded-core-b462c8bee52fafc1eade2d913d3a50dc301a3fdf.tar.gz
openembedded-core-b462c8bee52fafc1eade2d913d3a50dc301a3fdf.tar.bz2
openembedded-core-b462c8bee52fafc1eade2d913d3a50dc301a3fdf.tar.xz
openembedded-core-b462c8bee52fafc1eade2d913d3a50dc301a3fdf.zip
add psplash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@770 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/files/psplash-init')
-rwxr-xr-xmeta/packages/psplash/files/psplash-init7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
new file mode 100755
index 000000000..b736cc637
--- /dev/null
+++ b/meta/packages/psplash/files/psplash-init
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export TMPDIR=/mnt/.psplash
+mount tmpfs -t tmpfs $TMPDIR -o,size=40k
+
+/usr/bin/psplash &
+