mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update README.md
This commit is contained in:
parent
e68a648b27
commit
1cb7cf011d
@ -16,20 +16,22 @@ Hass.io OS based on buildroot. It's a hypervisor for docker and support many kin
|
|||||||

|

|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
Create a USB stick with a partition "hassio-config". This partition can include follow files:
|
Create a USB stick with a partition "hassio-config". This partition can include follow files:
|
||||||
|
|
||||||
- network-* (NetworkManager keyfiles)
|
- network-* (NetworkManager keyfiles)
|
||||||
- known_hosts (SSH)
|
- known_hosts (SSH)
|
||||||
- hassio-os-*.ota (Firmware updates)
|
- hassio-os-*.ota (Firmware updates)
|
||||||
|
|
||||||
## Custom supervisor
|
# Customize: Supervisor/Cli
|
||||||
|
|
||||||
Provide a `supervisor.json` on your data partition they can/need follow struct:
|
Provide a `supervisor.json` on your data partition they can/need follow struct:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"supervisor": "repo/image",
|
"supervisor": "repo/image",
|
||||||
"data_folder": "name_of_data_folder",
|
"data_folder": "name_of_data_folder",
|
||||||
"docker_args": "optional / custom docker arguments"
|
"supervisor_args": "optional / custom docker arguments",
|
||||||
|
"cli": "repo/image",
|
||||||
|
"cli_args": "optional / custom docker arguments"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user