mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update README.md
This commit is contained in:
parent
28cc11fbe0
commit
3034d80d99
11
README.md
11
README.md
@ -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
|
||||

|
||||
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user