9
0
Fork 0
barebox/arch/arm/boards/at91sam9m10ihd/env/init/splash

9 lines
114 B
Bash

#!/bin/sh
splash=/env/splash.png
if [ -f ${splash} -a -e /dev/fb0 ]; then
splash -o ${splash}
fb0.enable=1
fi