diff options
Diffstat (limited to 'meta/packages/psplash/files')
-rwxr-xr-x | meta/packages/psplash/files/psplash-init | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init new file mode 100755 index 0000000000..b736cc6375 --- /dev/null +++ b/meta/packages/psplash/files/psplash-init @@ -0,0 +1,7 @@ +#!/bin/sh + +export TMPDIR=/mnt/.psplash +mount tmpfs -t tmpfs $TMPDIR -o,size=40k + +/usr/bin/psplash & + |