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)"