summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/files/psplash-init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/psplash/files/psplash-init')
-rwxr-xr-xmeta/packages/psplash/files/psplash-init7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
index a966638074..e2c6bf8f5d 100755
--- a/meta/packages/psplash/files/psplash-init
+++ b/meta/packages/psplash/files/psplash-init
@@ -12,5 +12,10 @@ done
12export TMPDIR=/mnt/.psplash 12export TMPDIR=/mnt/.psplash
13mount tmpfs -t tmpfs $TMPDIR -o,size=40k 13mount tmpfs -t tmpfs $TMPDIR -o,size=40k
14 14
15/usr/bin/psplash & 15rotation=0
16if [ -e /etc/rotation ]; then
17 rotation=`cat /etc/rotation`
18fi
19
20/usr/bin/psplash --angle=$rotation &
16 21