Update bootsplash
This commit is contained in:
parent
c14ac8f033
commit
515b39fbdc
@ -8,8 +8,17 @@
|
||||
# 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
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Booting Debian ..." >> /dev/tty0
|
||||
;;
|
||||
|
||||
*)
|
||||
## If no parameters are given, print which are avaiable.
|
||||
echo "Usage: $0 {start}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user