diff --git a/scripts/image b/scripts/image index 2c4951dd1d..8137f649db 100755 --- a/scripts/image +++ b/scripts/image @@ -103,6 +103,7 @@ fi if [ -n "$GIT_HASH" ]; then echo -e "BUILD_ID=\"$GIT_HASH\"" >> $INSTALL/etc/os-release fi + echo -e "OPENELEC_ARCH=\"$PROJECT.$TARGET_ARCH\"" >> $INSTALL/etc/os-release echo -e "LIBREELEC_ARCH=\"$PROJECT.$TARGET_ARCH\"" >> $INSTALL/etc/os-release if [ "$OFFICIAL" = "yes" ]; then echo -e "LIBREELEC_BUILD=\"official\"" >> $INSTALL/etc/os-release