generic-poky/meta/packages/psplash/files/psplash-init

8 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
export TMPDIR=/mnt/.psplash
mount tmpfs -t tmpfs $TMPDIR -o,size=40k
/usr/bin/psplash &