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 <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Povl H. Pedersen 2020-02-11 09:21:02 +01:00 committed by GitHub
parent 21f60f768c
commit cca527752e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<div class='note'>
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.
</div>