From f649995a080375b06b5cceba270815d2d71a29e6 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 3a84a7c1c..4e90458e8 100644 --- a/buildroot-external/meta +++ b/buildroot-external/meta @@ -1,7 +1,7 @@ VERSION_MAJOR=5 VERSION_BUILD=7 -HASSOS_NAME="HassOS" +HASSOS_NAME="Home Assistant OS" HASSOS_ID="hassos" DEPLOYMENT="staging" 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)"