diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/psplash/files/psplash-init | 7 | ||||
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init index a966638..e2c6bf8 100755 --- a/meta/packages/psplash/files/psplash-init +++ b/meta/packages/psplash/files/psplash-init | |||
@@ -12,5 +12,10 @@ done | |||
12 | export TMPDIR=/mnt/.psplash | 12 | export TMPDIR=/mnt/.psplash |
13 | mount tmpfs -t tmpfs $TMPDIR -o,size=40k | 13 | mount tmpfs -t tmpfs $TMPDIR -o,size=40k |
14 | 14 | ||
15 | /usr/bin/psplash & | 15 | rotation=0 |
16 | if [ -e /etc/rotation ]; then | ||
17 | rotation=`cat /etc/rotation` | ||
18 | fi | ||
19 | |||
20 | /usr/bin/psplash --angle=$rotation & | ||
16 | 21 | ||
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index 5ac42f9..4066c6b 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash." | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PV = "0.0+svn${SRCDATE}" | 4 | PV = "0.0+svn${SRCDATE}" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ |
8 | file://psplash-init" | 8 | file://psplash-init" |