mirror of
https://git.yoctoproject.org/poky
synced 2026-06-30 11:13:39 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@770 311d38ba-8fff-0310-9ca6-ca027cbcb966
8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export TMPDIR=/mnt/.psplash
|
|
mount tmpfs -t tmpfs $TMPDIR -o,size=40k
|
|
|
|
/usr/bin/psplash &
|
|
|