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-init8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-init b/meta/recipes-core/psplash/files/psplash-init
index 4bee866b0d..f58e043733 100755
--- a/meta/recipes-core/psplash/files/psplash-init
+++ b/meta/recipes-core/psplash/files/psplash-init
@@ -23,10 +23,10 @@ for x in $CMDLINE; do
23 esac 23 esac
24done 24done
25 25
26export TMPDIR=/mnt/.psplash 26export PSPLASH_FIFO_DIR=/mnt/.psplash
27[ -d $TMPDIR ] || mkdir -p $TMPDIR 27[ -d $PSPLASH_FIFO_DIR ] || mkdir -p $PSPLASH_FIFO_DIR
28if ! mountpoint -q $TMPDIR; then 28if ! mountpoint -q $PSPLASH_FIFO_DIR; then
29 mount tmpfs -t tmpfs $TMPDIR -o,size=40k 29 mount tmpfs -t tmpfs $PSPLASH_FIFO_DIR -o,size=40k
30fi 30fi
31 31
32rotation=0 32rotation=0