Update README.md

This commit is contained in:
Pascal Vizeli 2018-04-11 18:35:21 +02:00 committed by GitHub
parent 28cc11fbe0
commit 3034d80d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ Hass.io OS based on buildroot. It's a hypervisor for docker and support many kin
- SquashFS LZ4 for filesystem
- Docker 17.12.1
- ZRAM LZ4 for /tmp, /var, swap
- Run every supervisor
## Schemas
![](misc/hassio-os-partition.png?raw=true)
@ -22,6 +23,16 @@ Create a USB stick with a partition "hassio-config". This partition can include
- known_hosts (SSH)
- hassio-os-*.ota (Firmware updates)
## Custom supervisor
Provide a `supervisor.json` on your data partition they can/need follow struct:
```json
{
"supervisor": "repo/image",
"data_folder": "name_of_data_folder",
"docker_args": "optional / custom docker arguments"
}
```
# Building
Running sudo `./enter.sh` will get you into the build docker container.
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig`