mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
image/install:
- install newly bootsplash - install debug programgroup
This commit is contained in:
parent
968aeee200
commit
0e1ad0dc32
@ -42,6 +42,9 @@ case "$2" in
|
||||
echo "$GEEXBOX_VERSION" > $INSTALL/etc/version
|
||||
echo "OpenELEC" > $INSTALL/etc/openelec-release
|
||||
|
||||
# Graphical Bootsplash
|
||||
[ "$PLYMOUTH" = yes ] && $SCRIPTS/install plymouth-lite
|
||||
|
||||
# Network support
|
||||
[ "$NETWORK" = yes ] && $SCRIPTS/install network
|
||||
|
||||
@ -64,7 +67,7 @@ case "$2" in
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install gdb
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils
|
||||
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install driconf
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install test
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
||||
|
||||
# Devtools for Cooreboot... (not for Release)
|
||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool
|
||||
|
Loading…
x
Reference in New Issue
Block a user