mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
pastekodi: include arch and version info
Currently it's very hard to tell from the logs if a user runs eg a Generic or a Generic-legacy image and if it's from a LE12, LE12.2 or LE13 nightly. Add this important info in addition to the PRETTY_NAME info. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -72,7 +72,7 @@ else
|
||||
fi
|
||||
|
||||
(
|
||||
echo "${LOG_TYPE} log output for: $(lsb_release)"
|
||||
echo "${LOG_TYPE} log output for: $(lsb_release) ${DISTRO_ARCH} ${VERSION_ID}"
|
||||
|
||||
if [ "${SYSTEM_ARCH}" = "x86_64" ]; then
|
||||
if [ -d "/sys/firmware/efi" ]; then
|
||||
|
||||
Reference in New Issue
Block a user