Update to version 0.41

This commit is contained in:
Pascal Vizeli 2017-03-30 07:31:15 +02:00
parent b4428cdcbf
commit 7d43972105
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@ https://drive.google.com/drive/folders/0B2o1Uz6l1wVNbFJnb2gwNXJja28?usp=sharing
- **0.2**: Fix some bugs and update it to HassIO 0.2
- **0.1**: First techpreview with dumy supervisor (ResinOS 2.0.0-RC5)
## Network & Hostname
On a boot partition exists `config.json`. Add `"hostname": "xyz"` for change the hostname and access with `hostname.local` to machine. For Network config you can edit `system-connections/resin-sample`.
## Developer access to ResinOS host
You can put your authorized_keys file into boot partition. After a boot it, you can acces to your device over ssh port 22222

View File

@ -1,6 +1,6 @@
{
"hassio_tag": "0.2",
"homeassistant_tag": "0.40.1",
"homeassistant_tag": "0.41",
"resinos_version": "0.2",
"resinhup_version": "0.1"
}

View File

@ -1,6 +1,6 @@
{
"hassio_tag": "0.2",
"homeassistant_tag": "0.40.1",
"homeassistant_tag": "0.41",
"resinos_version": "0.2",
"resinhup_version": "0.1"
}