armbian-build/scripts/bootsplash
Igor Pecovnik 0b37356d17 no message
2014-10-08 07:39:24 +02:00

16 lines
375 B
Bash

#! /bin/sh
### BEGIN INIT INFO
# Provides: bootsplash
# Required-Start:
# Required-Stop: glibc
# Default-Start: S
# Default-Stop:
# Short-Description: Show this to console during boot
### END INIT INFO
PATH=/sbin:/usr/sbin:/bin:/usr/bin
echo "Booting Debian ..." >> /dev/tty0
# display boot image
#fbi -vt 1 -noverbose -d /dev/fb0 /etc/bootsplash.png