mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
image: install package 'flashrom' in installer image, various cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
01ebc95918
commit
d257bf722a
@ -105,11 +105,6 @@ case "$2" in
|
|||||||
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
||||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug
|
||||||
|
|
||||||
# Devtools for Coreboot... (not for Release)
|
|
||||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool
|
|
||||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install flashrom
|
|
||||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install getpir
|
|
||||||
|
|
||||||
# setting
|
# setting
|
||||||
echo $TARGET_VERSION > $INSTALL/etc/release
|
echo $TARGET_VERSION > $INSTALL/etc/release
|
||||||
|
|
||||||
@ -172,8 +167,8 @@ case "$2" in
|
|||||||
echo "$OPENELEC_VERSION" > $INSTALL/etc/version
|
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/openelec-release
|
||||||
|
|
||||||
# Devtools for Coreboot... (not for Release)
|
# BIOS Tools
|
||||||
[ "$COREBOOT" = yes ] && $SCRIPTS/install flashrom
|
$SCRIPTS/install flashrom
|
||||||
|
|
||||||
# setting
|
# setting
|
||||||
echo $TARGET_VERSION > $INSTALL/etc/release
|
echo $TARGET_VERSION > $INSTALL/etc/release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user