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:
Matthias Reichl
2025-08-17 15:31:14 +02:00
parent 606acd84a8
commit cd7fb33fd9

View File

@@ -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