From ee1a3a55a4063e8a976c7fe12aca34098b3379be Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 18 Dec 2019 15:18:26 +0100 Subject: [PATCH] Update to blogpost (#11490) * Update to blogpost * :pencil2: Tweak * Update 2019-12-17-hassos-release-3.markdown --- .../_posts/2019-12-17-hassos-release-3.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_posts/2019-12-17-hassos-release-3.markdown b/source/_posts/2019-12-17-hassos-release-3.markdown index 4de9c67a6ac..2f11e06f058 100644 --- a/source/_posts/2019-12-17-hassos-release-3.markdown +++ b/source/_posts/2019-12-17-hassos-release-3.markdown @@ -46,3 +46,19 @@ If you are already running HassOS, you have the full flavor of Hass.io, and thus To update via the user interface, go to the Home Assistant frontend, click on **Hass.io** in the sidebar to go into the Hass.io panel. Next, click on the System tab and press the **UPDATE** button in the "Host system" panel. In case the update isn't showing up yet, push the **RELOAD** button on the "Hass.io supervisor" box first, which makes your system look for updates instantly. Another option is to use our powerful CLI, that is shipped with the SSH add-on. Run the following command to trigger the upgrade: `hassio os update --version 3.7`. + +## Update 2019-12-18 + +After some confusion about the statement of supporting virtual environments and running Hass.io on top of a custom Linux; so let's clarify it. + +The supported ways to run Hass.io are documented here: + +This also includes running Hass.io on Linux using the [Generic Linux](https://github.com/home-assistant/hassio-installer) installer, which is a supported method. + +Hass.io runs partly on your local machine, but for most parts inside multiple containers. All installation types we list, respect this. + +If you run VMWare, ProxMox or other virtualization environments, you can use the HassOS OVA/VMDK to run a virtual machine with. Or, if you like to use a Ubuntu VM, that will work with the supported generic Linux installer. + +We **DO NOT** support any kind of LXC hacks like listed here: . These setups try to put everything inside a **single** container, [which will cause you issues](https://community.home-assistant.io/t/hassio-installation-on-lxd-lxc-container-ubuntu-18-04/151543/2). Hass.io is not designed to run fully inside a containerized system, like LXC. + +We hope this clarifies our earlier statement.