mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 "$GEEXBOX_VERSION" > $INSTALL/etc/version
|
||||||
echo "OpenELEC" > $INSTALL/etc/openelec-release
|
echo "OpenELEC" > $INSTALL/etc/openelec-release
|
||||||
|
|
||||||
|
# Graphical Bootsplash
|
||||||
|
[ "$PLYMOUTH" = yes ] && $SCRIPTS/install plymouth-lite
|
||||||
|
|
||||||
# Network support
|
# Network support
|
||||||
[ "$NETWORK" = yes ] && $SCRIPTS/install network
|
[ "$NETWORK" = yes ] && $SCRIPTS/install network
|
||||||
|
|
||||||
@ -64,7 +67,7 @@ case "$2" in
|
|||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install gdb
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install gdb
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils
|
||||||
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install driconf
|
# [ "$DEVTOOLS" = yes ] && $SCRIPTS/install driconf
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install test
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
||||||
|
|
||||||
# Devtools for Cooreboot... (not for Release)
|
# Devtools for Cooreboot... (not for Release)
|
||||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool
|
[ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user