mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +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
|
- SquashFS LZ4 for filesystem
|
||||||
- Docker 17.12.1
|
- Docker 17.12.1
|
||||||
- ZRAM LZ4 for /tmp, /var, swap
|
- ZRAM LZ4 for /tmp, /var, swap
|
||||||
|
- Run every supervisor
|
||||||
|
|
||||||
## Schemas
|
## Schemas
|
||||||

|

|
||||||
@ -22,6 +23,16 @@ Create a USB stick with a partition "hassio-config". This partition can include
|
|||||||
- known_hosts (SSH)
|
- known_hosts (SSH)
|
||||||
- hassio-os-*.ota (Firmware updates)
|
- 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
|
# Building
|
||||||
Running sudo `./enter.sh` will get you into the build docker container.
|
Running sudo `./enter.sh` will get you into the build docker container.
|
||||||
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig`
|
`make -C /build/buildroot BR2_EXTERNAL=/build/buildroot-external xy_defconfig`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user