summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/files/psplash-init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/psplash/files/psplash-init')
-rwxr-xr-xmeta/recipes-core/psplash/files/psplash-init1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-init b/meta/recipes-core/psplash/files/psplash-init
index 0bce1de536..fee23e681c 100755
--- a/meta/recipes-core/psplash/files/psplash-init
+++ b/meta/recipes-core/psplash/files/psplash-init
@@ -24,6 +24,7 @@ for x in $CMDLINE; do
24done 24done
25 25
26export TMPDIR=/mnt/.psplash 26export TMPDIR=/mnt/.psplash
27[ -d $TMPDIR ] || mkdir -p $TMPDIR
27mount tmpfs -t tmpfs $TMPDIR -o,size=40k 28mount tmpfs -t tmpfs $TMPDIR -o,size=40k
28 29
29rotation=0 30rotation=0