plymouth-lite: add KodiOS splash, add initial support to select the splash based on DISTRO variable (to be reworked)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-02 16:05:35 +01:00
parent b52a555a22
commit 6690b7360e
3 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ makeinstall_init() {
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \ elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \
-o -f $PROJECT_DIR/$PROJECT/splash/splash-full.png ]; then -o -f $PROJECT_DIR/$PROJECT/splash/splash-full.png ]; then
cp $PROJECT_DIR/$PROJECT/splash/splash-*.png $INSTALL/splash cp $PROJECT_DIR/$PROJECT/splash/splash-*.png $INSTALL/splash
elif [ -f $PKG_DIR/splash.$DISTRO/splash-1024.png \
-o -f $PKG_DIR/splash.$DISTRO/splash-full.png ]; then
cp $PKG_DIR/splash.$DISTRO/splash-*.png $INSTALL/splash
else else
cp $PKG_DIR/splash/splash-*.png $INSTALL/splash cp $PKG_DIR/splash/splash-*.png $INSTALL/splash
fi fi

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB