summaryrefslogtreecommitdiff
path: root/meta/packages/psplash/files/psplash-init
blob: b736cc637516361fc25f18aa8845b00714bac1d5 (plain)
1
2
3
4
5
6
7
#!/bin/sh 

export TMPDIR=/mnt/.psplash
mount tmpfs -t tmpfs $TMPDIR -o,size=40k

/usr/bin/psplash &