From 7ae6d9db7a0d5fd7f958c0852217060432225b84 Mon Sep 17 00:00:00 2001 From: Matt F Date: Thu, 8 Nov 2018 11:16:49 -0600 Subject: [PATCH] ResinOS is deprecated (#142) * ResinOS is deprecated Links to HASSOS and BuildRoot due to ResinOS deprecation within the Hassio project * Fix name --- docs/architecture_hassio.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/architecture_hassio.md b/docs/architecture_hassio.md index e7be8ee7..9b421975 100644 --- a/docs/architecture_hassio.md +++ b/docs/architecture_hassio.md @@ -15,7 +15,7 @@ This is a daemon running on the host machine that allows the supervisor to contr ## Host -Our pre-build images are based on [ResinOS]. Any Linux machine can be turned into a Hass.io host by running [the installer][linux]. +Our pre-build images are based on [HassOS] which is based on [BuildRoot]. Any Linux machine can be turned into a Hass.io host by running [the installer][linux]. ## Supervisor @@ -25,5 +25,6 @@ The supervisor offers an API to manage the host and running the Docker container The configuration panel lives inside the supervisor but is accessible via the Home Assistant user interface. The configuration panel allows the user to manage the installation. -[ResinOS]: https://resinos.io/ +[HassOS]: https://github.com/home-assistant/hassos +[BuildRoot]: https://buildroot.org/ [linux]: https://www.home-assistant.io/hassio/installation/#alternative-install-on-generic-linux-server