From a6bdf2c1c906ceded721d170fb1c0e0a105cd399 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 10 Dec 2020 22:38:52 +0100 Subject: [PATCH] Set OS pretty name to Home Assistant OS --- buildroot-external/meta | 2 +- buildroot-external/scripts/post-build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/meta b/buildroot-external/meta index d5a1c7866..308f78c65 100644 --- a/buildroot-external/meta +++ b/buildroot-external/meta @@ -1,7 +1,7 @@ VERSION_MAJOR=5 VERSION_BUILD=6 -HASSOS_NAME="HassOS" +HASSOS_NAME="Home Assistant OS" HASSOS_ID="hassos" DEPLOYMENT="development" diff --git a/buildroot-external/scripts/post-build.sh b/buildroot-external/scripts/post-build.sh index f4c23efea..e6cddf977 100755 --- a/buildroot-external/scripts/post-build.sh +++ b/buildroot-external/scripts/post-build.sh @@ -21,7 +21,7 @@ install_hassos_cli # Write os-release # shellcheck disable=SC2153 ( - echo "NAME=${HASSOS_NAME}" + echo "NAME=\"${HASSOS_NAME}\"" echo "VERSION=\"$(hassos_version) (${BOARD_NAME})\"" echo "ID=${HASSOS_ID}" echo "VERSION_ID=$(hassos_version)"