mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
packages/image/install:
- install plymouth-lite by default - create /etc/lsb-release
This commit is contained in:
parent
6e093f00a0
commit
245df9495a
@ -54,11 +54,13 @@ case "$2" in
|
||||
$SCRIPTS/install gcc-final
|
||||
$SCRIPTS/install linux $2
|
||||
$SCRIPTS/install busybox
|
||||
$SCRIPTS/install plymouth-lite
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
echo $TARGET_ARCH > $INSTALL/etc/arch
|
||||
echo "$OPENELEC_VERSION" > $INSTALL/etc/version
|
||||
echo "OpenELEC.tv - Date of build: $BUILD_DATE Build: $BZR_BUILD" > $INSTALL/etc/openelec-release
|
||||
echo "OpenELEC.tv - Date of build: $BUILD_DATE Build: $BZR_BUILD" > $INSTALL/etc/lsb-release
|
||||
|
||||
# Network support
|
||||
[ "$NETWORK" = yes ] && $SCRIPTS/install network
|
||||
|
Loading…
x
Reference in New Issue
Block a user