splashutils: add version to splash

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-24 20:22:48 +01:00
parent d492fe80d1
commit 405ef1781a
6 changed files with 37 additions and 1 deletions

View File

@ -25,10 +25,11 @@
progress "starting splash"
mkdir -p /run/splash/cache/
fbsplashd --theme=openelec --type=bootup
fbsplashd --theme=openelec --type=bootup
echo "set tty silent 2" > /run/splash/cache/.splash
echo "set tty verbose 6" > /run/splash/cache/.splash
echo "set mode silent" > /run/splash/cache/.splash
echo "set message `lsb_release`" > /run/splash/cache/.splash
echo "repaint" > /run/splash/cache/.splash
chvt 2

View File

@ -4,6 +4,13 @@
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=14
text_color=#767778
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/openelec/images/splash-1024x768.png
silentpic=/etc/splash/openelec/images/splash-1024x768.png

View File

@ -4,6 +4,13 @@
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=14
text_color=#767778
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/openelec/images/splash-1280x720.png
silentpic=/etc/splash/openelec/images/splash-1280x720.png

View File

@ -4,6 +4,13 @@
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=14
text_color=#767778
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/openelec/images/splash-1600x1200.png
silentpic=/etc/splash/openelec/images/splash-1600x1200.png

View File

@ -4,6 +4,13 @@
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=14
text_color=#767778
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/openelec/images/splash-1600x900.png
silentpic=/etc/splash/openelec/images/splash-1600x900.png

View File

@ -4,6 +4,13 @@
# bgcolor is the text background (i.e. transparent) color.
bgcolor=0
# ttf message output parameters
text_x=10
text_y=10
text_size=14
text_color=#767778
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
# name of the picture file (full path recommended)
pic=/etc/splash/openelec/images/splash-1920x1080.png
silentpic=/etc/splash/openelec/images/splash-1920x1080.png