#!/bin/sh 

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

/usr/bin/psplash &

