splashutils: rename theme dir, add support for project based splash dir
Signed-off-by: Stephan Raue <stephan@openelec.tv>
@ -25,7 +25,7 @@
|
||||
|
||||
progress "starting splash"
|
||||
mkdir -p /run/splash/cache/
|
||||
fbsplashd --theme=openelec --type=bootup
|
||||
fbsplashd --theme=default --type=bootup
|
||||
|
||||
echo "set tty silent 2" > /run/splash/cache/.splash
|
||||
echo "set tty verbose 6" > /run/splash/cache/.splash
|
||||
@ -33,3 +33,4 @@ progress "starting splash"
|
||||
echo "set message `lsb_release`" > /run/splash/cache/.splash
|
||||
echo "repaint" > /run/splash/cache/.splash
|
||||
chvt 2
|
||||
|
||||
|
@ -34,4 +34,8 @@ mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/.libs/splash_util $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc/splash
|
||||
cp -R $PKG_DIR/theme/openelec $INSTALL/etc/splash
|
||||
if [ -d $PROJECT_DIR/$PROJECT/splash/default ]; then
|
||||
cp -R $PROJECT_DIR/$PROJECT/splash/default $INSTALL/etc/splash
|
||||
else
|
||||
cp -R $PKG_DIR/splash/default $INSTALL/etc/splash
|
||||
fi
|
||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |