From cca527752ece25a5de39a86ba52a7fc3b2539ead Mon Sep 17 00:00:00 2001 From: "Povl H. Pedersen" Date: Tue, 11 Feb 2020 09:21:02 +0100 Subject: [PATCH] Added instructions to pick qemu targets if no specific target (#12035) * added instructions to pick emu targets if no specific target Based on Franck's response to my issue here: https://github.com/home-assistant/hassio-installer/issues/74 I suggest to clarify the documentation with the above text * Update source/hassio/installation.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/hassio/installation.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index f1df4801950..5617d962381 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -199,6 +199,8 @@ curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/mast See the [hassio-installer](https://github.com/home-assistant/hassio-installer) GitHub page for an up-to-date listing of supported machine types. +If you can not find your machine type in the list, you should pick the `qemu` release. i.e., `qemux86-64` for a normal 64-bit Linux distribution, or `qemuarm-64` for most modern ARM-based target like Raspberry Pi clones, or TV boxes. +
When you use this installation method, the core SSH add-on may not function correctly. If that happens, use the community SSH add-on. Some of the documentation might not work for your installation either.