mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
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:
parent
b52a555a22
commit
6690b7360e
@ -53,6 +53,9 @@ makeinstall_init() {
|
||||
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \
|
||||
-o -f $PROJECT_DIR/$PROJECT/splash/splash-full.png ]; then
|
||||
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
|
||||
cp $PKG_DIR/splash/splash-*.png $INSTALL/splash
|
||||
fi
|
||||
|
BIN
packages/tools/plymouth-lite/splash.kodi/splash-1024.png
Normal file
BIN
packages/tools/plymouth-lite/splash.kodi/splash-1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
packages/tools/plymouth-lite/splash.kodi/splash-full.png
Normal file
BIN
packages/tools/plymouth-lite/splash.kodi/splash-full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 KiB |
Loading…
x
Reference in New Issue
Block a user